| 7315 | int read_fd() const { return read_fd_; } |
| 7316 | void set_read_fd(int fd) { read_fd_ = fd; } |
| 7317 | int write_fd() const { return write_fd_; } |
| 7318 | void set_write_fd(int fd) { write_fd_ = fd; } |
| 7319 | |
| 7320 | // Called in the parent process only. Reads the result code of the death |
no outgoing calls
no test coverage detected