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

Function getThisTypeOfDeclaration

test/fixtures/snapshot/typescript.js:56689–56691  ·  view source on GitHub ↗
(declaration)

Source from the content-addressed store, hash-verified

56687 return parameter && parameter.symbol;
56688 }
56689 function getThisTypeOfDeclaration(declaration) {
56690 return getThisTypeOfSignature(getSignatureFromDeclaration(declaration));
56691 }
56692 function getTypeOfAccessors(symbol) {
56693 var links = getSymbolLinks(symbol);
56694 if (!links.type) {

Callers 1

tryGetThisTypeAtFunction · 0.85

Calls 2

getThisTypeOfSignatureFunction · 0.85

Tested by

no test coverage detected