MCPcopy Index your code
hub / github.com/middleapi/orpc / next

Method next

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

Source from the content-addressed store, hash-verified

58 }
59
60 next(): Promise<IteratorResult<T, TReturn>> {
61 return this.#next()
62 }
63
64 async return(value?: any): Promise<IteratorResult<T, TReturn>> {
65 this.#isDone = true

Callers 15

request.test.tsFile · 0.45
pullFunction · 0.45
body.test.tsFile · 0.45
fetchFunction · 0.45
body.test.tsFile · 0.45
event-source.tsFile · 0.45
publisher.test.tsFile · 0.45
toBatchResponseFunction · 0.45
parseBatchResponseFunction · 0.45

Calls

no outgoing calls

Tested by 1

initFunction · 0.36