Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
export
interface
KillableProcess {
10
pid?: number;
11
kill(signal?: NodeJS.Signals): boolean;
12
}
13
14
interface
ProcessTreeRuntime {
Callers
2
process-platform.ts
File · 0.65
terminateProcessTree
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected