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

Function getGlobalAsyncGeneratorType

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

Source from the content-addressed store, hash-verified

60736 return (deferredGlobalAsyncIterableIteratorType || (deferredGlobalAsyncIterableIteratorType = getGlobalType("AsyncIterableIterator", /*arity*/ 1, reportErrors))) || emptyGenericType;
60737 }
60738 function getGlobalAsyncGeneratorType(reportErrors) {
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 }

Callers

nothing calls this directly

Calls 1

getGlobalTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…