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

Method bytesWritten

fdbserver/RestoreCommon.actor.cpp:75–77  ·  view source on GitHub ↗

Total bytes written by all log and range restore tasks.

Source from the content-addressed store, hash-verified

73
74// Total bytes written by all log and range restore tasks.
75KeyBackedBinaryValue<int64_t> RestoreConfigFR::bytesWritten() {
76 return configSpace.pack(LiteralStringRef(__FUNCTION__));
77}
78// File blocks that have had tasks created for them by the Dispatch task
79KeyBackedBinaryValue<int64_t> RestoreConfigFR::filesBlocksDispatched() {
80 return configSpace.pack(LiteralStringRef(__FUNCTION__));

Callers 1

getProgress_implMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected