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

Function makeUnaryTypeMapper

test/fixtures/snapshot/typescript.js:63303–63305  ·  view source on GitHub ↗
(source, target)

Source from the content-addressed store, hash-verified

63301 }
63302 }
63303 function makeUnaryTypeMapper(source, target) {
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 }

Callers 7

createTypeMapperFunction · 0.85
prependTypeMappingFunction · 0.85
appendTypeMappingFunction · 0.85
instantiateAnonymousTypeFunction · 0.85
createMarkerTypeFunction · 0.85
checkTypeParameterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected