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

Function cleanup

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

Source from the content-addressed store, hash-verified

442 })
443
444 function cleanup() {
445 clearInterval(pollInterval)
446 unregisterPermissionCallback(request.id)
447 abortController.signal.removeEventListener('abort', onAbortListener)
448 }
449 })
450 }
451}

Callers 5

onAllowFunction · 0.70
onRejectFunction · 0.70
onAbortListenerFunction · 0.70
execHttpHookFunction · 0.50

Calls 1

Tested by

no test coverage detected