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

Method push_ref_at

codegraph-kernel/src/php.rs:308–310  ·  view source on GitHub ↗
(&mut self, from_row: u32, name: &str, kind_code: u8, node: Node)

Source from the content-addressed store, hash-verified

306 }
307
308 fn push_ref_at(&mut self, from_row: u32, name: &str, kind_code: u8, node: Node) {
309 self.push_ref(from_row, name, kind_code, self.line_of(node), self.col_of(node));
310 }
311
312 // --- createNode ------------------------------------------------------------
313

Callers 7

push_php_use_refMethod · 0.45
extract_importMethod · 0.45
extract_callMethod · 0.45
extract_instantiationMethod · 0.45
extract_inheritanceMethod · 0.45

Calls 3

push_refMethod · 0.45
line_ofMethod · 0.45
col_ofMethod · 0.45

Tested by

no test coverage detected