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

Function getGlobalIterableType

test/fixtures/snapshot/typescript.js:60741–60743  ·  view source on GitHub ↗
(reportErrors)

Source from the content-addressed store, hash-verified

60739 return (deferredGlobalAsyncGeneratorType || (deferredGlobalAsyncGeneratorType = getGlobalType("AsyncGenerator", /*arity*/ 3, reportErrors))) || emptyGenericType;
60740 }
60741 function getGlobalIterableType(reportErrors) {
60742 return (deferredGlobalIterableType || (deferredGlobalIterableType = getGlobalType("Iterable", /*arity*/ 1, reportErrors))) || emptyGenericType;
60743 }
60744 function getGlobalIteratorType(reportErrors) {
60745 return (deferredGlobalIteratorType || (deferredGlobalIteratorType = getGlobalType("Iterator", /*arity*/ 3, reportErrors))) || emptyGenericType;
60746 }

Callers 1

createIterableTypeFunction · 0.85

Calls 1

getGlobalTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…