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

Method kill

packages/kaos/src/process.ts:24–24  ·  view source on GitHub ↗

Send a signal to the process (defaults to `SIGTERM`).

(signal?: NodeJS.Signals)

Source from the content-addressed store, hash-verified

22 wait(): Promise<number>;
23 /** Send a signal to the process (defaults to `SIGTERM`). */
24 kill(signal?: NodeJS.Signals): Promise<void>;
25 /** Release stdin/stdout/stderr resources owned by this process wrapper. */
26 dispose(): Promise<void> | void;
27}

Callers 15

startMethod · 0.65
onAbortFunction · 0.65
spawnInlineWorkersFunction · 0.65
pidAliveFunction · 0.65
ssh.test.tsFile · 0.65
local.test.tsFile · 0.65
runShFunction · 0.65
signalFunction · 0.65
closeFunction · 0.65

Implementers 2

SSHProcesspackages/kaos/src/ssh.ts
LocalProcesspackages/kaos/src/local.ts

Calls

no outgoing calls

Tested by 3

runShFunction · 0.52
signalFunction · 0.52
closeFunction · 0.52