Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ref
Method · 0.45
create_node
Method · 0.45
maybe_capture_fn_refs
Method · 0.45
visit_node
Method · 0.45
visit_for_calls_and_structure
Method · 0.45
extract_import
Method · 0.45
emit_re_export_refs
Method · 0.45
extract_instantiation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected