MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / node_text

Method node_text

src/extraction/ocaml_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
60impl OcamlExtractor {

Callers 8

visit_type_definitionMethod · 0.45
visit_openMethod · 0.45
extract_value_nameMethod · 0.45
extract_callsMethod · 0.45
extract_docstringMethod · 0.45
first_lineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected