| 995 | |
| 996 | Future<bool> initializeRecovery(location recoverAt) override { return initializeRecovery(this, recoverAt); } |
| 997 | Future<Standalone<StringRef>> readNext(int bytes) override { return readNext(this, bytes); } |
| 998 | |
| 999 | // FIXME: getNextReadLocation should ASSERT( initialized ), but the memory storage engine needs |
| 1000 | // to be changed to understand the new intiailizeRecovery protocol. |
no test coverage detected