Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ parent_node_id
Method
parent_node_id
src/extraction/fsharp_extractor.rs:49–51 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
47
}
48
49
fn parent_node_id(&self) -> Option<&str> {
50
self.node_stack.last().map(|(_, id)| id.as_str())
51
}
52
53
fn node_text(&self, node: TsNode<'_>) -> String {
54
node.utf8_text(&self.source)
Callers
5
visit_function_or_value
Method · 0.45
visit_type_definition
Method · 0.45
visit_module
Method · 0.45
visit_namespace
Method · 0.45
visit_open
Method · 0.45
Calls
1
as_str
Method · 0.45
Tested by
no test coverage detected