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

Function gen2

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

Source from the content-addressed store, hash-verified

20 expect(isAsyncIteratorObject(gen())).toBe(true)
21
22 function* gen2() { }
23 expect(isAsyncIteratorObject(gen2())).toBe(false)
24})
25

Callers 1

iterator.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected