Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
waitForProcessExit
Function · 0.70
onExit
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected