(newFds []string)
| 145 | } |
| 146 | |
| 147 | func (p *containerProcess) setExternalDescriptors(newFds []string) { |
| 148 | p.fds = newFds |
| 149 | } |
| 150 | |
| 151 | func (p *containerProcess) forwardChildLogs() chan error { |
| 152 | return logs.ForwardLogs(p.comm.logPipeParent) |
nothing calls this directly
no outgoing calls
no test coverage detected