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