MCPcopy
hub / github.com/wavetermdev/waveterm / Kill

Method Kill

pkg/shellexec/conninterface.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (cw CmdWrap) Kill() {
54 cw.Cmd.Process.Kill()
55}
56
57func (cw CmdWrap) Wait() error {
58 cw.WaitOnce.Do(func() {

Callers

nothing calls this directly

Calls 1

KillMethod · 0.65

Tested by

no test coverage detected