Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ SetCloseOnExec
Function
SetCloseOnExec
pkg/util/unixutil/unixutil_unix.go:60–62 ·
view source on GitHub ↗
(fd int)
Source
from the content-addressed store, hash-verified
58
}
59
60
func
SetCloseOnExec(fd int) {
61
unix.CloseOnExec(fd)
62
}
63
64
func
SignalTerm(pid int) error {
65
return
syscall.Kill(pid, syscall.SIGTERM)
Callers
1
MakeJobCmd
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected