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/clojure_extractor.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
}
47
48
fn parent_node_id(&self) -> Option<&str> {
49
self.node_stack.last().map(|(_, id)| id.as_str())
50
}
51
52
fn node_text(&self, node: TsNode<'_>) -> String {
53
node.utf8_text(&self.source)
Callers
5
visit_ns
Method · 0.45
visit_defn
Method · 0.45
visit_def
Method · 0.45
visit_deftype
Method · 0.45
visit_require
Method · 0.45
Calls
1
as_str
Method · 0.45
Tested by
no test coverage detected