MCPcopy 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
625export async function killAllRuntimeProcesses(): Promise<{ ok: true }> {
626 cleanup()
627 return { ok: true }
628}
629
630export const cleanup = () => {
631 logger.info("[Process] Cleanup called, killing all active processes")

Callers

nothing calls this directly

Calls 1

cleanupFunction · 0.70

Tested by

no test coverage detected