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

Method flushInternalEvents

src/cli/remoteIO.ts:217–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 }
216
217 override flushInternalEvents(): Promise<void> {
218 return this.ccrClient?.flushInternalEvents() ?? Promise.resolve()
219 }
220
221 override get internalEventsPending(): number {
222 return this.ccrClient?.internalEventsPending ?? 0

Callers 1

runFunction · 0.45

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected