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

Function instantiateSignatures

test/fixtures/snapshot/typescript.js:63273–63275  ·  view source on GitHub ↗
(signatures, mapper)

Source from the content-addressed store, hash-verified

63271 return instantiateList(types, mapper, instantiateType);
63272 }
63273 function instantiateSignatures(signatures, mapper) {
63274 return instantiateList(signatures, mapper, instantiateSignature);
63275 }
63276 function instantiateIndexInfos(indexInfos, mapper) {
63277 return instantiateList(indexInfos, mapper, instantiateIndexInfo);
63278 }

Callers 2

resolveObjectTypeMembersFunction · 0.85

Calls 1

instantiateListFunction · 0.85

Tested by

no test coverage detected