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

Function getDeclarationOfAliasSymbol

test/fixtures/snapshot/typescript.js:50353–50355  ·  view source on GitHub ↗
(symbol)

Source from the content-addressed store, hash-verified

50351 }
50352 }
50353 function getDeclarationOfAliasSymbol(symbol) {
50354 return symbol.declarations && ts.findLast(symbol.declarations, isAliasSymbolDeclaration);
50355 }
50356 /**
50357 * An alias symbol is created by one of the following declarations:
50358 * import <symbol> = ...

Callers 11

resolveAliasFunction · 0.85
serializeModuleFunction · 0.85
serializeAsAliasFunction · 0.85
getTypeOfAliasFunction · 0.85
checkIdentifierFunction · 0.85

Calls 1

findLastMethod · 0.80

Tested by

no test coverage detected