MCPcopy Create free account
hub / github.com/chekusu/wanman / kill

Method kill

packages/runtime/src/claude-code.ts:80–80  ·  view source on GitHub ↗

Kill the process

()

Source from the content-addressed store, hash-verified

78 sendMessage(content: string, sessionId?: string): void;
79 /** Kill the process */
80 kill(): void;
81 /** Wait for the process to exit. Returns the exit code. */
82 wait(): Promise<number>;
83 /** Register a handler for parsed JSONL events */

Callers 1

killFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected