MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isConnectedStatus

Function isConnectedStatus

src/bridge/replBridgeTransport.ts:289–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected