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

Function clearAllPendingCallbacks

src/hooks/useSwarmPermissionPoller.ts:113–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 * and also used in tests for isolation.
112 */
113export function clearAllPendingCallbacks(): void {
114 pendingCallbacks.clear()
115 pendingSandboxCallbacks.clear()
116}
117
118/**
119 * Process a permission response from a mailbox message.

Callers 1

clearSessionCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected