| 304 | bool has_inspected() { return has_inspected_; } |
| 305 | bool has_started() { return has_started_; } |
| 306 | bool HasBatchStarted(int batch_index) { |
| 307 | return fragment_scanner_->HasStarted(batch_index); |
| 308 | } |
| 309 | bool HasBatchDelivered(int batch_index) { |
| 310 | return fragment_scanner_->HasDelivered(batch_index); |
| 311 | } |
no test coverage detected