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

Function getDeclaredTypeOfTypeParameter

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

Source from the content-addressed store, hash-verified

57519 return links.declaredType;
57520 }
57521 function getDeclaredTypeOfTypeParameter(symbol) {
57522 var links = getSymbolLinks(symbol);
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)));

Callers 10

appendTypeParametersFunction · 0.85
getOuterTypeParametersFunction · 0.85
getTypeFromInferTypeNodeFunction · 0.85
checkTypeParameterFunction · 0.85
checkInferTypeFunction · 0.85

Calls 2

getSymbolLinksFunction · 0.85
createTypeParameterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…