Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onAllow
Function · 0.70
onReject
Function · 0.70
createInProcessCanUseTool
Function · 0.70
onAbortListener
Function · 0.70
execHttpHook
Function · 0.50
Calls
1
unregisterPermissionCallback
Function · 0.85
Tested by
no test coverage detected