MCPcopy
hub / github.com/anomalyco/opencode / globalSse

Function globalSse

packages/opencode/test/cli/run/stream.transport.test.ts:168–170  ·  view source on GitHub ↗
(stream: GlobalEventStream)

Source from the content-addressed store, hash-verified

166}
167
168function globalSse(stream: GlobalEventStream) {
169 return Promise.resolve({ stream })
170}
171
172function wrapGlobalStream(stream: EventStream): GlobalEventStream {
173 return (async function* (): GlobalEventStream {

Callers 2

sdkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected