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

Function lookupSymbolChain

test/fixtures/snapshot/typescript.js:53407–53410  ·  view source on GitHub ↗
(symbol, context, meaning, yieldModuleSymbol)

Source from the content-addressed store, hash-verified

53405 }
53406 }
53407 function lookupSymbolChain(symbol, context, meaning, yieldModuleSymbol) {
53408 context.tracker.trackSymbol(symbol, context.enclosingDeclaration, meaning); // TODO: GH#18217
53409 return lookupSymbolChainWorker(symbol, context, meaning, yieldModuleSymbol);
53410 }
53411 function lookupSymbolChainWorker(symbol, context, meaning, yieldModuleSymbol) {
53412 // Try to get qualified name if the symbol is not a type parameter and there is an enclosing declaration.
53413 var chain;

Callers 3

symbolToTypeNodeFunction · 0.85
symbolToNameFunction · 0.85
symbolToExpressionFunction · 0.85

Calls 1

lookupSymbolChainWorkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…