| 129 | const std::vector<int_fd>& whitelist_fds); |
| 130 | |
| 131 | IO(const lambda::function<Try<InputFileDescriptors>()>& _input, |
| 132 | const lambda::function<Try<OutputFileDescriptors>()>& _output) |
| 133 | : input(_input), |
| 134 | output(_output) {} |
| 135 | |
| 136 | /** |
| 137 | * Prepares a set of file descriptors for stdin of a subprocess. |
nothing calls this directly
no outgoing calls
no test coverage detected