MCPcopy
hub / github.com/opencontainers/runc / signal

Method signal

libcontainer/process_linux.go:139–141  ·  view source on GitHub ↗
(sig os.Signal)

Source from the content-addressed store, hash-verified

137}
138
139func (p *containerProcess) signal(sig os.Signal) error {
140 return p.cmd.Process.Signal(sig)
141}
142
143func (p *containerProcess) externalDescriptors() []string {
144 return p.fds

Callers

nothing calls this directly

Calls 1

SignalMethod · 0.45

Tested by

no test coverage detected