Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Function · 0.45
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected