Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ cleanup
Function
cleanup
src/utils/swarm/inProcessRunner.ts:445–449 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
443
})
444
445
function
cleanup() {
446
clearInterval(pollInterval)
447
unregisterPermissionCallback(request.id)
448
abortController.signal.removeEventListener(
'abort'
, onAbortListener)
449
}
450
})
451
}
452
}
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