Skip to main content

children_of

Function children_of 

Source
pub fn children_of(
    node_id: &str,
    nodes_batch: &RecordBatch,
    edges_batch: &RecordBatch,
) -> Vec<CodeNode>
Expand description

Find all children (contained nodes) of a given node.