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

Function getNodeId

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

Source from the content-addressed store, hash-verified

48208 this.flags = 0;
48209 }
48210 function getNodeId(node) {
48211 if (!node.id) {
48212 node.id = nextNodeId;
48213 nextNodeId++;
48214 }
48215 return node.id;
48216 }
48217 ts.getNodeId = getNodeId;
48218 function getSymbolId(symbol) {
48219 if (!symbol.id) {

Callers 6

getNodeLinksFunction · 0.85
getAccessibleSymbolChainFunction · 0.85
visitAndTransformTypeFunction · 0.85
getFlowCacheKeyFunction · 0.85
getTypeOfExpressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…