MCPcopy Create free account
hub / github.com/nodejs/node / navigationBarNodeKind

Function navigationBarNodeKind

test/fixtures/snapshot/typescript.js:140776–140778  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

140774 return cleanText(node.getText(curSourceFile));
140775 }
140776 function navigationBarNodeKind(n) {
140777 return n.node.kind;
140778 }
140779 function pushChild(parent, child) {
140780 if (parent.children) {
140781 parent.children.push(child);

Callers 3

compareChildrenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected