Total number of file blocks in the fileMap
| 174 | KeyBackedBinaryValue<int64_t> fileCount() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); } |
| 175 | // Total number of file blocks in the fileMap |
| 176 | KeyBackedBinaryValue<int64_t> fileBlockCount() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); } |
| 177 | |
| 178 | Future<std::vector<KeyRange>> getRestoreRangesOrDefault(Reference<ReadYourWritesTransaction> tr) { |
| 179 | return getRestoreRangesOrDefault_impl(this, tr); |
no test coverage detected