MCPcopy 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
60func notifyAllSignals() chan os.Signal {
61 sigc := make(chan os.Signal, 128)
62 gosignal.Notify(sigc)
63 return sigc
64}

Callers 3

RunStartFunction · 0.85
RunAttachFunction · 0.85
runContainerFunction · 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…