MCPcopy Create free account
hub / github.com/Noumena-Network/code / cleanup

Function cleanup

src/testing/tmuxHarness.ts:404–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402 }
403
404 const cleanup = () => {
405 clearTimeout(timeout)
406 process.off('exit', onExit)
407 }
408
409 process.on('exit', onExit)
410 })

Callers 2

waitForProcessExitFunction · 0.70
onExitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected