| 288 | const LastSynchronizedPresent& GetLastSynchronizedPresent() const; |
| 289 | |
| 290 | BatchContextPtr LastBatch() const { return last_batch_; } |
| 291 | void SetLastBatch(BatchContextPtr&& last); |
| 292 | |
| 293 | std::vector<UnresolvedBatch>& UnresolvedBatches() { return unresolved_batches_; } |
no outgoing calls
no test coverage detected