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

Method flushInternalEvents

src/cli/transports/ccrClient.ts:820–822  ·  view source on GitHub ↗

* Flush pending internal events. Call between turns and on shutdown * to ensure transcript entries are persisted.

()

Source from the content-addressed store, hash-verified

818 * to ensure transcript entries are persisted.
819 */
820 flushInternalEvents(): Promise<void> {
821 return this.internalEventUploader.flush()
822 }
823
824 /**
825 * Flush pending client events (writeEvent queue). Call before close()

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected