(stream: GlobalEventStream)
| 166 | } |
| 167 | |
| 168 | function globalSse(stream: GlobalEventStream) { |
| 169 | return Promise.resolve({ stream }) |
| 170 | } |
| 171 | |
| 172 | function wrapGlobalStream(stream: EventStream): GlobalEventStream { |
| 173 | return (async function* (): GlobalEventStream { |
no outgoing calls
no test coverage detected