Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ardatan/graphql-tools
/ isAsyncIterable
Function
isAsyncIterable
packages/utils/src/isAsyncIterable.ts:1–3 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
1
export
function
isAsyncIterable<T>(value: any): value is AsyncIterable<T> {
2
return
value?.[Symbol.asyncIterator] != null;
3
}
Callers
11
makeYogaSource
Function · 0.90
createApolloRequestHandler
Function · 0.90
completeListValue
Function · 0.90
mapSourceToResponse
Function · 0.90
assertEventStream
Function · 0.90
error-handling.test.ts
File · 0.90
subscribe.test.ts
File · 0.90
assertAsyncIterable
Function · 0.90
abort-signal.test.ts
File · 0.90
assertAsyncIterable
Function · 0.90
assertSingleExecutionValue
Function · 0.90
Calls
no outgoing calls
Tested by
1
assertAsyncIterable
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…