Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
func
(cw CmdWrap) Kill() {
54
cw.Cmd.Process.Kill()
55
}
56
57
func
(cw CmdWrap) Wait() error {
58
cw.WaitOnce.Do(
func
() {
Callers
nothing calls this directly
Calls
1
Kill
Method · 0.65
Tested by
no test coverage detected