| 1592 | // IDiskQueue |
| 1593 | Future<bool> initializeRecovery(location recoverAt) override { return queue->initializeRecovery(recoverAt); } |
| 1594 | Future<Standalone<StringRef>> readNext(int bytes) override { return readNext(this, bytes); } |
| 1595 | |
| 1596 | location getNextReadLocation() const override { return queue->getNextReadLocation(); } |
| 1597 |
nothing calls this directly
no test coverage detected