Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ node_text
Method
node_text
src/extraction/elixir_extractor.rs:52–56 ·
view source on GitHub ↗
(&self, node: TsNode<'_>)
Source
from the content-addressed store, hash-verified
50
}
51
52
fn node_text(&self, node: TsNode<'_>) -> String {
53
node.utf8_text(&self.source)
54
.unwrap_or(
"<invalid utf8>"
)
55
.to_string()
56
}
57
}
58
59
impl ElixirExtractor {
Callers
5
visit_use
Method · 0.45
call_head
Method · 0.45
call_arg_name
Method · 0.45
extract_doc
Method · 0.45
first_line
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected