MCPcopy Index your code
hub / github.com/lightningpixel/modly / terminate

Method terminate

electron/main/process-runner.ts:147–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 terminate(): void {
148 this.worker?.terminate()
149 this.worker = null
150 this.ready = false
151 }
152}
153
154// ─── Python ProcessRunner (subprocess, one process per run) ───────────────────

Callers

nothing calls this directly

Calls 1

terminateMethod · 0.65

Tested by

no test coverage detected