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

Method internalEventsPending

src/cli/transports/ccrClient.ts:977–979  ·  view source on GitHub ↗

Internal-event queue depth — shutdown-snapshot backpressure signal.

()

Source from the content-addressed store, hash-verified

975
976 /** Internal-event queue depth — shutdown-snapshot backpressure signal. */
977 get internalEventsPending(): number {
978 return this.internalEventUploader.pendingCount
979 }
980
981 /** Clean up uploaders and timers. */
982 close(): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected