MCPcopy
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
301export function terminateAllProcessRunners(): void {
302 for (const runner of registry.values()) runner.terminate()
303 registry.clear()
304}

Callers 1

setupIpcHandlersFunction · 0.90

Calls 1

terminateMethod · 0.65

Tested by

no test coverage detected