MCPcopy 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

stopMethod · 0.45
destroyMethod · 0.45
destroyMethod · 0.45

Calls 1

killProcessFunction · 0.85

Tested by

no test coverage detected