MCPcopy
hub / github.com/lightningpixel/modly / terminateProcessRunner

Function terminateProcessRunner

electron/main/process-runner.ts:296–299  ·  view source on GitHub ↗
(extensionId: string)

Source from the content-addressed store, hash-verified

294}
295
296export function terminateProcessRunner(extensionId: string): void {
297 registry.get(extensionId)?.terminate()
298 registry.delete(extensionId)
299}
300
301export function terminateAllProcessRunners(): void {
302 for (const runner of registry.values()) runner.terminate()

Callers 1

setupIpcHandlersFunction · 0.90

Calls 1

terminateMethod · 0.65

Tested by

no test coverage detected