MCPcopy Create free account
hub / github.com/apple/foundationdb / fileBlockCount

Method fileBlockCount

fdbserver/RestoreCommon.actor.cpp:91–93  ·  view source on GitHub ↗

Total number of file blocks in the fileMap

Source from the content-addressed store, hash-verified

89}
90// Total number of file blocks in the fileMap
91KeyBackedBinaryValue<int64_t> RestoreConfigFR::fileBlockCount() {
92 return configSpace.pack(LiteralStringRef(__FUNCTION__));
93}
94
95Future<std::vector<KeyRange>> RestoreConfigFR::getRestoreRangesOrDefault(Reference<ReadYourWritesTransaction> tr) {
96 return getRestoreRangesOrDefault_impl(this, tr);

Callers 1

getProgress_implMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected