Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IIIIQIIII/claude-code
/ close
Function
close
src/bridge/replBridgeTransport.ts:284–288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
282
}
283
},
284
close() {
285
closed = true
286
ccr.close()
287
sse.close()
288
},
289
isConnectedStatus() {
290
// Write-readiness, not read-readiness — replBridge checks this
291
// before calling writeBatch. SSE open state is orthogonal.
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected