| 151 | // XXX: Remove restoreRange() once it is safe to remove. It has been changed to restoreRanges |
| 152 | KeyBackedProperty<KeyRange> restoreRange() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); } |
| 153 | KeyBackedProperty<std::vector<KeyRange>> restoreRanges() { |
| 154 | return configSpace.pack(LiteralStringRef(__FUNCTION__)); |
| 155 | } |
| 156 | KeyBackedProperty<Key> batchFuture() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); } |
| 157 | KeyBackedProperty<Version> beginVersion() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); } |
| 158 | KeyBackedProperty<Version> restoreVersion() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); } |
no test coverage detected