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

Method fileBlockCount

fdbclient/FileBackupAgent.actor.cpp:176–176  ·  view source on GitHub ↗

Total number of file blocks in the fileMap

Source from the content-addressed store, hash-verified

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);

Callers 3

getProgress_implMethod · 0.45
_executeMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected