Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lightningpixel/modly
/ terminateAllProcessRunners
Function
terminateAllProcessRunners
electron/main/process-runner.ts:301–304 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
299
}
300
301
export
function
terminateAllProcessRunners(): void {
302
for
(
const
runner of registry.values()) runner.terminate()
303
registry.clear()
304
}
Callers
1
setupIpcHandlers
Function · 0.90
Calls
1
terminate
Method · 0.65
Tested by
no test coverage detected