Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ kill
Method
kill
common/src/process_tools.ts:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
public kill() {
86
if
(this.process?.pid) killProcess(this.process?.pid, this.process);
87
}
88
89
public status() {
90
return
!!this.process?.exitCode;
Callers
2
destroy
Method · 0.45
killProcess
Function · 0.45
Calls
1
killProcess
Function · 0.85
Tested by
no test coverage detected