Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ notifyAllSignals
Function
notifyAllSignals
cli/command/container/signals.go:60–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
func
notifyAllSignals()
chan
os.Signal {
61
sigc := make(
chan
os.Signal, 128)
62
gosignal.Notify(sigc)
63
return
sigc
64
}
Callers
3
RunStart
Function · 0.85
RunAttach
Function · 0.85
runContainer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…