MCPcopy Index your code
hub / github.com/Waishnav/devspace / killGroup

Method killGroup

src/process-platform.ts:16–16  ·  view source on GitHub ↗
(pid: number, signal: NodeJS.Signals)

Source from the content-addressed store, hash-verified

14interface ProcessTreeRuntime {
15 platform: NodeJS.Platform;
16 killGroup(pid: number, signal: NodeJS.Signals): void;
17 killWindowsTree(pid: number): boolean;
18}
19

Callers 1

terminateProcessTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected