MCPcopy Index your code
hub / github.com/devcontainers/cli / kill

Method kill

src/spec-node/typings/node-pty.d.ts:185–185  ·  view source on GitHub ↗

* Kills the pty. * @param signal The signal to use, defaults to SIGHUP. This parameter is not supported on * Windows. * @throws Will throw when signal is used on Windows.

(signal?: string)

Source from the content-addressed store, hash-verified

183 * @throws Will throw when signal is used on Windows.
184 */
185 kill(signal?: string): void;
186 }
187
188 /**

Callers 2

terminateFunction · 0.80
plainPtyExecFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected