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

Method rangeBytesWritten

fdbclient/DatabaseBackupAgent.actor.cpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 : DRConfig(BinaryReader::fromStringRef<UID>(task->params[BackupAgentBase::keyConfigLogUid], Unversioned())) {}
82
83 KeyBackedBinaryValue<int64_t> rangeBytesWritten() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
84
85 KeyBackedBinaryValue<int64_t> logBytesWritten() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
86

Callers 6

Future<Void> _finishFunction · 0.45
getRangeBytesWrittenMethod · 0.45
finishRangeFileMethod · 0.45
string> getStatusJSONMethod · 0.45
string> getStatusMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected