ExitedWithCode constructor.
| 7759 | |
| 7760 | // ExitedWithCode constructor. |
| 7761 | ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) { |
| 7762 | } |
| 7763 | |
| 7764 | // ExitedWithCode function-call operator. |
| 7765 | bool ExitedWithCode::operator()(int exit_status) const { |
nothing calls this directly
no outgoing calls
no test coverage detected