Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
load
Method · 0.95
constructor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected