MCPcopy 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

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

Calls 1

Tested by

no test coverage detected