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

Function isContextWithStartAndEndNode

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

Source from the content-addressed store, hash-verified

136837 }
136838 FindAllReferences.nodeEntry = nodeEntry;
136839 function isContextWithStartAndEndNode(node) {
136840 return node && node.kind === undefined;
136841 }
136842 FindAllReferences.isContextWithStartAndEndNode = isContextWithStartAndEndNode;
136843 function getContextNodeForNodeEntry(node) {
136844 if (ts.isDeclaration(node)) {

Callers 1

toContextSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected