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

Function getDeclaredTypeOfAlias

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

Source from the content-addressed store, hash-verified

57523 return links.declaredType || (links.declaredType = createTypeParameter(symbol));
57524 }
57525 function getDeclaredTypeOfAlias(symbol) {
57526 var links = getSymbolLinks(symbol);
57527 return links.declaredType || (links.declaredType = getDeclaredTypeOfSymbol(resolveAlias(symbol)));
57528 }
57529 function getDeclaredTypeOfSymbol(symbol) {
57530 return tryGetDeclaredTypeOfSymbol(symbol) || errorType;
57531 }

Callers 1

Calls 3

getSymbolLinksFunction · 0.85
getDeclaredTypeOfSymbolFunction · 0.85
resolveAliasFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…