()
| 141 | } |
| 142 | |
| 143 | func (p *containerProcess) externalDescriptors() []string { |
| 144 | return p.fds |
| 145 | } |
| 146 | |
| 147 | func (p *containerProcess) setExternalDescriptors(newFds []string) { |
| 148 | p.fds = newFds |
nothing calls this directly
no outgoing calls
no test coverage detected