MCPcopy Create free account
hub / github.com/nodejs/node / instantiateIndexInfos

Function instantiateIndexInfos

test/fixtures/snapshot/typescript.js:63276–63278  ·  view source on GitHub ↗
(indexInfos, mapper)

Source from the content-addressed store, hash-verified

63274 return instantiateList(signatures, mapper, instantiateSignature);
63275 }
63276 function instantiateIndexInfos(indexInfos, mapper) {
63277 return instantiateList(indexInfos, mapper, instantiateIndexInfo);
63278 }
63279 function createTypeMapper(sources, targets) {
63280 return sources.length === 1 ? makeUnaryTypeMapper(sources[0], targets ? targets[0] : anyType) : makeArrayTypeMapper(sources, targets);
63281 }

Callers 2

resolveObjectTypeMembersFunction · 0.85

Calls 1

instantiateListFunction · 0.85

Tested by

no test coverage detected