MCPcopy
hub / github.com/codeaashu/claude-code / reportPermissionWait

Function reportPermissionWait

src/utils/swarm/inProcessRunner.ts:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 // Report permission wait time to the caller so it can be
204 // subtracted from the displayed elapsed time.
205 const reportPermissionWait = () => {
206 onPermissionWaitMs?.(Date.now() - permissionStartMs)
207 }
208
209 const onAbortListener = () => {
210 if (decisionMade) return

Callers 5

onAbortListenerFunction · 0.85
onAbortFunction · 0.85
onAllowFunction · 0.85
onRejectFunction · 0.85
recheckPermissionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected