MCPcopy
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
60func SetCloseOnExec(fd int) {
61 unix.CloseOnExec(fd)
62}
63
64func SignalTerm(pid int) error {
65 return syscall.Kill(pid, syscall.SIGTERM)

Callers 1

MakeJobCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected