Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
func
GetSignalName(sig os.Signal) string {
22
if
sig == nil {
23
return
""
24
}
25
return
sig.String()
26
}
27
28
func
SetCloseOnExec(fd int) {
29
}
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected