Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
139
func
(p *containerProcess) signal(sig os.Signal) error {
140
return
p.cmd.Process.Signal(sig)
141
}
142
143
func
(p *containerProcess) externalDescriptors() []string {
144
return
p.fds
Callers
nothing calls this directly
Calls
1
Signal
Method · 0.45
Tested by
no test coverage detected