MCPcopy 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_type_definitionMethod · 0.45
visit_moduleMethod · 0.45
visit_namespaceMethod · 0.45
visit_openMethod · 0.45

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected