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

Method fileCount

fdbserver/RestoreCommon.actor.cpp:87–89  ·  view source on GitHub ↗

Total number of files in the fileMap

Source from the content-addressed store, hash-verified

85}
86// Total number of files in the fileMap
87KeyBackedBinaryValue<int64_t> RestoreConfigFR::fileCount() {
88 return configSpace.pack(LiteralStringRef(__FUNCTION__));
89}
90// Total number of file blocks in the fileMap
91KeyBackedBinaryValue<int64_t> RestoreConfigFR::fileBlockCount() {
92 return configSpace.pack(LiteralStringRef(__FUNCTION__));

Callers 1

getProgress_implMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected