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

Method kill

src/process-platform.ts:11–11  ·  view source on GitHub ↗
(signal?: NodeJS.Signals)

Source from the content-addressed store, hash-verified

9export interface KillableProcess {
10 pid?: number;
11 kill(signal?: NodeJS.Signals): boolean;
12}
13
14interface ProcessTreeRuntime {

Callers 2

terminateProcessTreeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected