FIXME: getNextReadLocation should ASSERT( initialized ), but the memory storage engine needs to be changed to understand the new intiailizeRecovery protocol.
| 999 | // FIXME: getNextReadLocation should ASSERT( initialized ), but the memory storage engine needs |
| 1000 | // to be changed to understand the new intiailizeRecovery protocol. |
| 1001 | location getNextReadLocation() const override { return nextReadLocation; } |
| 1002 | location getNextCommitLocation() const override { |
| 1003 | ASSERT(initialized); |
| 1004 | return lastCommittedSeq + sizeof(Page); |
no outgoing calls
no test coverage detected