| 8667 | |
| 8668 | protected: |
| 8669 | void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; } |
| 8670 | |
| 8671 | private: |
| 8672 | // PID of child process during death test; 0 in the child process itself. |
nothing calls this directly
no outgoing calls
no test coverage detected