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

Method logBytesWritten

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

Source from the content-addressed store, hash-verified

83 KeyBackedBinaryValue<int64_t> rangeBytesWritten() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
84
85 KeyBackedBinaryValue<int64_t> logBytesWritten() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
86
87 void clear(Reference<ReadYourWritesTransaction> tr) { tr->clear(configSpace.range()); }
88

Callers 7

Future<Void> _finishFunction · 0.45
getLogBytesWrittenMethod · 0.45
Future<Void> _finishFunction · 0.45
string> getStatusJSONMethod · 0.45
string> getStatusMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected