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.
pub fn children_of(
node_id: &str,
nodes_batch: &RecordBatch,
edges_batch: &RecordBatch,
) -> Vec<CodeNode>Find all children (contained nodes) of a given node.