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

Function setCachedIterationTypes

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

Source from the content-addressed store, hash-verified

83147 return type[cacheKey];
83148 }
83149 function setCachedIterationTypes(type, cacheKey, cachedTypes) {
83150 return type[cacheKey] = cachedTypes;
83151 }
83152 /**
83153 * Gets the *yield*, *return*, and *next* types from an `Iterable`-like or `AsyncIterable`-like type.
83154 *

Calls

no outgoing calls

Tested by

no test coverage detected