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

Function instantiateTypes

test/fixtures/snapshot/typescript.js:63270–63272  ·  view source on GitHub ↗
(types, mapper)

Source from the content-addressed store, hash-verified

63268 return items;
63269 }
63270 function instantiateTypes(types, mapper) {
63271 return instantiateList(types, mapper, instantiateType);
63272 }
63273 function instantiateSignatures(signatures, mapper) {
63274 return instantiateList(signatures, mapper, instantiateSignature);
63275 }

Callers 8

getBaseSignatureFunction · 0.85
getTypeArgumentsFunction · 0.85
_loop_18Function · 0.85
instantiateAnonymousTypeFunction · 0.85
instantiateTypeWorkerFunction · 0.85
createMarkerTypeFunction · 0.85

Calls 1

instantiateListFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…