MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / text

Method text

website/public/wasm/web-tree-sitter.js:749–751  ·  view source on GitHub ↗

Get the string content of this node.

()

Source from the content-addressed store, hash-verified

747 }
748 /** Get the string content of this node. */
749 get text() {
750 return getText(this.tree, this.startIndex, this.endIndex, this.startPosition);
751 }
752 /** Get this node's parse state. */
753 get parseState() {
754 marshalNode(this);

Callers 8

loadMethod · 0.45
readDirFunction · 0.45
handleGithubFetchFunction · 0.45
fetchVersionFunction · 0.45
fetchVersionFunction · 0.45
readDirectoryRecursiveFunction · 0.45
fetchGithubRepoFilesFunction · 0.45
handlerFunction · 0.45

Calls 1

getTextFunction · 0.85

Tested by

no test coverage detected