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

Function makeCompositeTypeMapper

test/fixtures/snapshot/typescript.js:63312–63314  ·  view source on GitHub ↗
(kind, mapper1, mapper2)

Source from the content-addressed store, hash-verified

63310 return { kind: 2 /* TypeMapKind.Function */, func: func };
63311 }
63312 function makeCompositeTypeMapper(kind, mapper1, mapper2) {
63313 return { kind: kind, mapper1: mapper1, mapper2: mapper2 };
63314 }
63315 function createTypeEraser(sources) {
63316 return createTypeMapper(sources, /*targets*/ undefined);
63317 }

Callers 4

combineTypeMappersFunction · 0.85
mergeTypeMappersFunction · 0.85
prependTypeMappingFunction · 0.85
appendTypeMappingFunction · 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…