MCPcopy Index your code
hub / github.com/nodejs/node / nodeText

Function nodeText

test/fixtures/snapshot/typescript.js:140773–140775  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

140771 emptyChildItemArray = [];
140772 }
140773 function nodeText(node) {
140774 return cleanText(node.getText(curSourceFile));
140775 }
140776 function navigationBarNodeKind(n) {
140777 return n.node.kind;
140778 }

Callers 3

mergeChildrenFunction · 0.85
getItemNameFunction · 0.85
getFunctionOrClassNameFunction · 0.85

Calls 1

cleanTextFunction · 0.85

Tested by

no test coverage detected