Skip to main content

shrink

Function shrink 

Source
pub fn shrink(
    project_root: &ProjectRoot,
    node: &NodeRef,
    selector: Option<&str>,
) -> Result<NavResult, AqlError>
Expand description

Return the first child matching an optional selector, or all direct children.