Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ kill
Method
kill
src/process-sessions.ts:48–48 ·
view source on GitHub ↗
(signal?: NodeJS.Signals)
Source
from the content-addressed store, hash-verified
46
interface
ManagedProcess {
47
write(data: string): void;
48
kill(signal?: NodeJS.Signals): void;
49
resize?(columns: number, rows: number): void;
50
}
51
Callers
6
write
Method · 0.65
terminate
Method · 0.65
shutdown
Method · 0.65
startPty
Method · 0.65
restart
Function · 0.65
shutdown
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected