Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bearlyai/OpenADE
/ killAllRuntimeProcesses
Function
killAllRuntimeProcesses
projects/electron/src/modules/code/process.ts:625–628 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
623
}
624
625
export
async
function
killAllRuntimeProcesses(): Promise<{ ok: true }> {
626
cleanup()
627
return
{ ok: true }
628
}
629
630
export
const
cleanup = () => {
631
logger.info(
"[Process] Cleanup called, killing all active processes"
)
Callers
nothing calls this directly
Calls
1
cleanup
Function · 0.70
Tested by
no test coverage detected