| 8010 | |
| 8011 | const char* statement() const { return statement_; } |
| 8012 | bool spawned() const { return spawned_; } |
| 8013 | void set_spawned(bool is_spawned) { spawned_ = is_spawned; } |
| 8014 | int status() const { return status_; } |
| 8015 | void set_status(int a_status) { status_ = a_status; } |
nothing calls this directly
no outgoing calls
no test coverage detected