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

Method top_row

codegraph-kernel/src/tsjs/mod.rs:282–284  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

280 }
281
282 fn top_row(&self) -> u32 {
283 self.stack.last().map(|s| s.row).unwrap_or(0)
284 }
285
286 /// isInsideClassLikeNode.
287 fn inside_class_like(&self) -> bool {

Callers 8

push_call_refMethod · 0.45
create_nodeMethod · 0.45
maybe_capture_fn_refsMethod · 0.45
visit_nodeMethod · 0.45
extract_importMethod · 0.45
emit_re_export_refsMethod · 0.45
extract_instantiationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected