MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / signalPid

Method signalPid

apps/kimi-code/src/cli/sub/server/kill.ts:40–40  ·  view source on GitHub ↗
(pid: number, signal: NodeJS.Signals)

Source from the content-addressed store, hash-verified

38 /** Best-effort read of the persistent bearer token; undefined on miss. */
39 resolveToken(): string | undefined;
40 signalPid(pid: number, signal: NodeJS.Signals): boolean;
41 pidAlive(pid: number): boolean;
42 sleep(ms: number): Promise<void>;
43 stdout: Pick<NodeJS.WriteStream, 'write'>;

Callers 1

handleKillCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected