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

Function sse

packages/opencode/test/cli/run/stream.transport.test.ts:164–166  ·  view source on GitHub ↗
(stream: EventStream)

Source from the content-addressed store, hash-verified

162}
163
164function sse(stream: EventStream) {
165 return Promise.resolve({ stream })
166}
167
168function globalSse(stream: GlobalEventStream) {
169 return Promise.resolve({ stream })

Callers 1

sdkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected