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

Method push_ref_at

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

Source from the content-addressed store, hash-verified

321 }
322
323 fn push_ref_at(&mut self, from_row: u32, name: &str, kind_code: u8, node: Node) {
324 self.push_ref(from_row, name, kind_code, self.line_of(node), self.col_of(node));
325 }
326
327 // --- createNode ------------------------------------------------------------
328

Callers 6

extract_importMethod · 0.45
extract_callMethod · 0.45
extract_inheritanceMethod · 0.45
consider_decoratorMethod · 0.45

Calls 3

push_refMethod · 0.45
line_ofMethod · 0.45
col_ofMethod · 0.45

Tested by

no test coverage detected