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

Function getQualifiedLeftMeaning

test/fixtures/snapshot/typescript.js:51868–51871  ·  view source on GitHub ↗
(rightMeaning)

Source from the content-addressed store, hash-verified

51866 return callback(globals, /*ignoreQualification*/ undefined, /*isLocalNameLookup*/ true);
51867 }
51868 function getQualifiedLeftMeaning(rightMeaning) {
51869 // If we are looking in value space, the parent meaning is value, other wise it is namespace
51870 return rightMeaning === 111551 /* SymbolFlags.Value */ ? 111551 /* SymbolFlags.Value */ : 1920 /* SymbolFlags.Namespace */;
51871 }
51872 function getAccessibleSymbolChain(symbol, enclosingDeclaration, meaning, useOnlyExternalAliasing, visitedSymbolTablesMap) {
51873 if (visitedSymbolTablesMap === void 0) { visitedSymbolTablesMap = new ts.Map(); }
51874 if (!(symbol && !isPropertyOrMethodDeclarationSymbol(symbol))) {

Callers 5

getContainersOfSymbolFunction · 0.85
canQualifySymbolFunction · 0.85
isAnySymbolAccessibleFunction · 0.85
getSymbolChainFunction · 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…