| 197 | return util::TotalBufferSize(*scan_tasks_[batch_number].batch); |
| 198 | } |
| 199 | int NumBatches() override { return static_cast<int>(scan_tasks_.size()); } |
| 200 | |
| 201 | // ### Unit Test API ### |
| 202 | void DeliverBatches(bool slow, const std::vector<MockScanTask>& to_deliver) { |
no test coverage detected