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

Function getNodeLinks

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

Source from the content-addressed store, hash-verified

49350 return symbolLinks[id] || (symbolLinks[id] = new SymbolLinks());
49351 }
49352 function getNodeLinks(node) {
49353 var nodeId = getNodeId(node);
49354 return nodeLinks[nodeId] || (nodeLinks[nodeId] = new NodeLinks());
49355 }
49356 function isGlobalSourceFile(node) {
49357 return node.kind === 305 /* SyntaxKind.SourceFile */ && !ts.isExternalOrCommonJsModule(node);
49358 }

Callers 15

createTypeCheckerFunction · 0.85
getContainersOfSymbolFunction · 0.85
addVisibleAliasFunction · 0.85
visitAndTransformTypeFunction · 0.85
isDeclarationVisibleFunction · 0.85
buildVisibleNodeListFunction · 0.85
hasTypeFunction · 0.85
lateBindMemberFunction · 0.85

Calls 1

getNodeIdFunction · 0.85

Tested by

no test coverage detected