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

Method top_row

codegraph-kernel/src/rustlang.rs:213–215  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

211 util::col16(self.src, &self.line_starts, node.end_position().row, node.end_byte())
212 }
213 fn top_row(&self) -> u32 {
214 self.stack.last().map(|s| s.row).unwrap_or(0)
215 }
216 /// isInsideClassLikeNode — stack TOP only, file doesn't count.
217 fn inside_class_like(&self) -> bool {
218 self.stack

Callers 6

create_nodeMethod · 0.45
extract_importMethod · 0.45
extract_callMethod · 0.45
extract_instantiationMethod · 0.45
maybe_capture_fn_refsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected