MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / GetSignalName

Function GetSignalName

pkg/util/unixutil/unixutil_windows.go:21–26  ·  view source on GitHub ↗
(sig os.Signal)

Source from the content-addressed store, hash-verified

19}
20
21func GetSignalName(sig os.Signal) string {
22 if sig == nil {
23 return ""
24 }
25 return sig.String()
26}
27
28func SetCloseOnExec(fd int) {
29}

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected