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

Method push_ref_at

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

Source from the content-addressed store, hash-verified

293 }
294
295 fn push_ref_at(&mut self, from_row: u32, name: &str, kind_code: u8, node: Node) {
296 self.push_ref(from_row, name, kind_code, self.line_of(node), self.col_of(node));
297 }
298
299 /// resolveBody (kotlin.ts:219): first ERROR child whose child(0) is `{`
300 /// (fun-interface parent body — unreachable post-defer, kept for

Callers 5

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