MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / push_call_ref

Method push_call_ref

codegraph-kernel/src/tsjs/mod.rs:316–318  ·  view source on GitHub ↗
(&mut self, name: &str, node: Node)

Source from the content-addressed store, hash-verified

314 }
315
316 fn push_call_ref(&mut self, name: &str, node: Node) {
317 self.push_ref(self.top_row(), name, edge_kind_index("calls").unwrap(), node);
318 }
319
320 // --- createNode -----------------------------------------------------------
321

Callers 1

extract_callMethod · 0.80

Calls 4

edge_kind_indexFunction · 0.85
unwrapMethod · 0.60
push_refMethod · 0.45
top_rowMethod · 0.45

Tested by

no test coverage detected