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

Function getThisTypeOfSignature

test/fixtures/snapshot/typescript.js:59814–59818  ·  view source on GitHub ↗
(signature)

Source from the content-addressed store, hash-verified

59812 return anyType;
59813 }
59814 function getThisTypeOfSignature(signature) {
59815 if (signature.thisParameter) {
59816 return getTypeOfSymbol(signature.thisParameter);
59817 }
59818 }
59819 function getTypePredicateOfSignature(signature) {
59820 if (!signature.resolvedTypePredicate) {
59821 if (signature.target) {

Callers 7

getThisTypeOfDeclarationFunction · 0.85
compareSignaturesRelatedFunction · 0.85
applyToParameterTypesFunction · 0.85
inferTypeArgumentsFunction · 0.85
resolveNewExpressionFunction · 0.85

Calls 1

getTypeOfSymbolFunction · 0.85

Tested by

no test coverage detected