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

Function getIterationTypesOfIteratorCached

test/fixtures/snapshot/typescript.js:83390–83392  ·  view source on GitHub ↗

* Gets the iteration types of an `Iterator`-like or `AsyncIterator`-like type from the * cache. * * NOTE: You probably don't want to call this directly and should be calling * `getIterationTypesOfIterator` instead.

(type, resolver)

Source from the content-addressed store, hash-verified

83388 * `getIterationTypesOfIterator` instead.
83389 */
83390 function getIterationTypesOfIteratorCached(type, resolver) {
83391 return getCachedIterationTypes(type, resolver.iteratorCacheKey);
83392 }
83393 /**
83394 * Gets the iteration types of an `Iterator`-like or `AsyncIterator`-like type from the
83395 * cache or from common heuristics.

Callers 2

Calls 1

getCachedIterationTypesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…