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

Function instantiateTypePredicate

test/fixtures/snapshot/typescript.js:63347–63349  ·  view source on GitHub ↗
(predicate, mapper)

Source from the content-addressed store, hash-verified

63345 return result;
63346 }
63347 function instantiateTypePredicate(predicate, mapper) {
63348 return createTypePredicate(predicate.kind, predicate.parameterName, predicate.parameterIndex, instantiateType(predicate.type, mapper));
63349 }
63350 function instantiateSignature(signature, mapper, eraseTypeParameters) {
63351 var freshTypeParameters;
63352 if (signature.typeParameters && !eraseTypeParameters) {

Callers 1

Calls 2

createTypePredicateFunction · 0.85
instantiateTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…