Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ emptyStream
Function
emptyStream
packages/opencode/test/cli/run/stream.transport.test.ts:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
function
emptyStream(): EventStream {
152
return
(
async
function
* (): AsyncGenerator<SdkEvent> {})()
153
}
154
155
function
ok<T>(data: T) {
156
return
Promise.resolve({
Callers
1
sdk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected