pub fn callees(
node_id: &str,
nodes_batch: &RecordBatch,
edges_batch: &RecordBatch,
) -> Vec<CodeNode>Expand description
Find all callees of a function/method (convenience wrapper).
pub fn callees(
node_id: &str,
nodes_batch: &RecordBatch,
edges_batch: &RecordBatch,
) -> Vec<CodeNode>Find all callees of a function/method (convenience wrapper).