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

Function getCachedIterationTypes

test/fixtures/snapshot/typescript.js:83146–83148  ·  view source on GitHub ↗
(type, cacheKey)

Source from the content-addressed store, hash-verified

83144 return noIterationTypes;
83145 }
83146 function getCachedIterationTypes(type, cacheKey) {
83147 return type[cacheKey];
83148 }
83149 function setCachedIterationTypes(type, cacheKey, cachedTypes) {
83150 return type[cacheKey] = cachedTypes;
83151 }

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…