Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ node_text
Method
node_text
src/extraction/r_extractor.rs:53–57 ·
view source on GitHub ↗
(&self, node: TsNode<'_>)
Source
from the content-addressed store, hash-verified
51
}
52
53
fn node_text(&self, node: TsNode<'_>) -> String {
54
node.utf8_text(&self.source)
55
.unwrap_or(
"<invalid utf8>"
)
56
.to_string()
57
}
58
}
59
60
impl RExtractor {
Callers
8
visit_assignment
Method · 0.45
extract_calls
Method · 0.45
extract_signature
Method · 0.45
extract_docstring
Method · 0.45
emit_annotation_usage
Function · 0.45
test_call_root_callee
Function · 0.45
test_call_title
Function · 0.45
visit_test_call
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_call_root_callee
Function · 0.36
test_call_title
Function · 0.36
visit_test_call
Function · 0.36