ExitedWithCode constructor.
| 6641 | |
| 6642 | // ExitedWithCode constructor. |
| 6643 | ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) { |
| 6644 | } |
| 6645 | |
| 6646 | // ExitedWithCode function-call operator. |
| 6647 | bool ExitedWithCode::operator()(int exit_status) const { |
nothing calls this directly
no outgoing calls
no test coverage detected