MCPcopy
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
151function emptyStream(): EventStream {
152 return (async function* (): AsyncGenerator<SdkEvent> {})()
153}
154
155function ok<T>(data: T) {
156 return Promise.resolve({

Callers 1

sdkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected