Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ kill
Method
kill
daemon/src/entity/commands/pty/pty_start.ts:88–90 ·
view source on GitHub ↗
(s?: any)
Source
from the content-addressed store, hash-verified
86
}
87
88
public kill(s?: any) {
89
return
killProcess(this.pid, this.process, s);
90
}
91
92
public
async
destroy() {
93
for
(
const
n of this.eventNames()) this.removeAllListeners(n);
Callers
3
stop
Method · 0.45
destroy
Method · 0.45
destroy
Method · 0.45
Calls
1
killProcess
Function · 0.85
Tested by
no test coverage detected