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

Function getGlobalAsyncIterableType

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

Source from the content-addressed store, hash-verified

60727 return (deferredGlobalPromiseConstructorLikeType || (deferredGlobalPromiseConstructorLikeType = getGlobalType("PromiseConstructorLike", /*arity*/ 0, reportErrors))) || emptyObjectType;
60728 }
60729 function getGlobalAsyncIterableType(reportErrors) {
60730 return (deferredGlobalAsyncIterableType || (deferredGlobalAsyncIterableType = getGlobalType("AsyncIterable", /*arity*/ 1, reportErrors))) || emptyGenericType;
60731 }
60732 function getGlobalAsyncIteratorType(reportErrors) {
60733 return (deferredGlobalAsyncIteratorType || (deferredGlobalAsyncIteratorType = getGlobalType("AsyncIterator", /*arity*/ 3, reportErrors))) || emptyGenericType;
60734 }

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…