MCPcopy Create free account
hub / github.com/Noumena-Network/code / close

Function close

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

Source from the content-addressed store, hash-verified

288 }
289 },
290 close() {
291 closed = true
292 ccr.close()
293 sse.close()
294 },
295 isConnectedStatus() {
296 // Write-readiness, not read-readiness — replBridge checks this
297 // before calling writeBatch. SSE open state is orthogonal.

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected