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

Function makeFunctionTypeMapper

test/fixtures/snapshot/typescript.js:63309–63311  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

63307 return { kind: 1 /* TypeMapKind.Array */, sources: sources, targets: targets };
63308 }
63309 function makeFunctionTypeMapper(func) {
63310 return { kind: 2 /* TypeMapKind.Function */, func: func };
63311 }
63312 function makeCompositeTypeMapper(kind, mapper1, mapper2) {
63313 return { kind: kind, mapper1: mapper1, mapper2: mapper2 };
63314 }

Callers 7

createTypeCheckerFunction · 0.85
recursiveTypeRelatedToFunction · 0.85
structuredTypeRelatedToFunction · 0.85
mappedTypeRelatedToFunction · 0.85
signatureRelatedToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…