MCPcopy Create free account
hub / github.com/Athena-AI-Lab/athena-core / kill

Method kill

src/plugins/shell/shell-process.ts:34–36  ·  view source on GitHub ↗
(signal?: NodeJS.Signals)

Source from the content-addressed store, hash-verified

32 }
33
34 kill(signal?: NodeJS.Signals) {
35 this.child.kill(signal);
36 }
37
38 stdoutHandler(data: string) {
39 this.stdout += data;

Callers 2

loadMethod · 0.95
constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected