MCPcopy Create free account
hub / github.com/opencontainers/runc / setExternalDescriptors

Method setExternalDescriptors

libcontainer/process_linux.go:147–149  ·  view source on GitHub ↗
(newFds []string)

Source from the content-addressed store, hash-verified

145}
146
147func (p *containerProcess) setExternalDescriptors(newFds []string) {
148 p.fds = newFds
149}
150
151func (p *containerProcess) forwardChildLogs() chan error {
152 return logs.ForwardLogs(p.comm.logPipeParent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected