| 1004 | return lastCommittedSeq + sizeof(Page); |
| 1005 | } |
| 1006 | location getNextPushLocation() const override { |
| 1007 | ASSERT(initialized); |
| 1008 | return endLocation(); |
| 1009 | } |
| 1010 | |
| 1011 | Future<Void> getError() const override { return rawQueue->getError(); } |
| 1012 | Future<Void> onClosed() const override { return rawQueue->onClosed(); } |
no outgoing calls
no test coverage detected