Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ SignalTerm
Function
SignalTerm
pkg/util/unixutil/unixutil_unix.go:64–66 ·
view source on GitHub ↗
(pid int)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
SignalTerm(pid int) error {
65
return
syscall.Kill(pid, syscall.SIGTERM)
66
}
67
68
func
SignalHup(pid int) error {
69
return
syscall.Kill(pid, syscall.SIGHUP)
Callers
1
KillGraceful
Method · 0.92
Calls
1
Kill
Method · 0.65
Tested by
no test coverage detected