Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.ts
File · 0.45
event-iterator.test.ts
File · 0.45
pull
Function · 0.45
body.test.ts
File · 0.45
fetch
Function · 0.45
event-iterator.test.ts
File · 0.45
body.test.ts
File · 0.45
event-source.ts
File · 0.45
publisher.test.ts
File · 0.45
hibernation.test.ts
File · 0.45
toBatchResponse
Function · 0.45
parseBatchResponse
Function · 0.45
Calls
no outgoing calls
Tested by
1
init
Function · 0.36