Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ onNext
Method
onNext
ui/media/js/engine.js:80–82 ·
view source on GitHub ↗
({ value, done }, response)
Source
from the content-addressed store, hash-verified
78
throw
new
Error(response.statusText)
79
}
80
onNext({ value, done }, response) {
81
return
{ value, done }
82
}
83
84
async
*[Symbol.asyncIterator]() {
85
return
this.open()
Callers
1
open
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected