Skip to main content

list_under_parent

Function list_under_parent 

Source
pub async fn list_under_parent(
    pool: &Pool,
    parent: &str,
) -> Result<Vec<ResponseItem>, Error>
Expand description

List the DIRECT children of parent (AIH LIKE '{parent}/%' with no further /parent itself and deeper descendants excluded), with per-agent aggregates. Sorted by AIH ascending.