()
| 105 | |
| 106 | /** Check if there are any active Codex streaming sessions */ |
| 107 | export function hasActiveCodexStreams(): boolean { |
| 108 | return activeStreams.size > 0 |
| 109 | } |
| 110 | |
| 111 | /** Abort all active Codex streams so their cleanup saves partial state */ |
| 112 | export function abortAllCodexStreams(): void { |
no outgoing calls
no test coverage detected