MCPcopy 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

46interface ManagedProcess {
47 write(data: string): void;
48 kill(signal?: NodeJS.Signals): void;
49 resize?(columns: number, rows: number): void;
50}
51

Callers 6

writeMethod · 0.65
terminateMethod · 0.65
shutdownMethod · 0.65
startPtyMethod · 0.65
restartFunction · 0.65
shutdownFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected