Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ isRuntimeSig
Function
isRuntimeSig
cli/command/container/signals_unix.go:11–13 ·
view source on GitHub ↗
(s os.Signal)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
isRuntimeSig(s os.Signal) bool {
12
return
s == unix.SIGURG
13
}
Callers
1
ForwardAllSignals
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…