()
| 287 | sse.close() |
| 288 | }, |
| 289 | isConnectedStatus() { |
| 290 | // Write-readiness, not read-readiness — replBridge checks this |
| 291 | // before calling writeBatch. SSE open state is orthogonal. |
| 292 | return ccrInitialized |
| 293 | }, |
| 294 | getStateLabel() { |
| 295 | // SSETransport doesn't expose its state string; synthesize from |
| 296 | // what we can observe. replBridge only uses this for debug logging. |
nothing calls this directly
no outgoing calls
no test coverage detected