MCPcopy Create free account
hub / github.com/middleapi/orpc / gen

Function gen

packages/shared/src/iterator.test.ts:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 expect(isAsyncIteratorObject({ next: () => {} })).toBe(false)
18
19 async function* gen() { }
20 expect(isAsyncIteratorObject(gen())).toBe(true)
21
22 function* gen2() { }

Callers 1

iterator.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected