MCPcopy Index your code
hub / github.com/codeaashu/claude-code / flush

Function flush

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

Source from the content-addressed store, hash-verified

331 ccr.reportDelivery(eventId, status)
332 },
333 flush() {
334 return ccr.flush()
335 },
336 connect() {
337 // Outbound-only: skip the SSE read stream entirely — no inbound
338 // events to receive, no delivery ACKs to send. Only the CCRClient

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected