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

Function makeArrayTypeMapper

test/fixtures/snapshot/typescript.js:63306–63308  ·  view source on GitHub ↗
(sources, targets)

Source from the content-addressed store, hash-verified

63304 return { kind: 0 /* TypeMapKind.Simple */, source: source, target: target };
63305 }
63306 function makeArrayTypeMapper(sources, targets) {
63307 return { kind: 1 /* TypeMapKind.Array */, sources: sources, targets: targets };
63308 }
63309 function makeFunctionTypeMapper(func) {
63310 return { kind: 2 /* TypeMapKind.Function */, func: func };
63311 }

Callers 1

createTypeMapperFunction · 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…