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

Function eraseLogData

fdbclient/BackupAgentBase.actor.cpp:927–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927Future<Void> eraseLogData(Reference<ReadYourWritesTransaction> tr,
928 Key logUidValue,
929 Key destUidValue,
930 Optional<Version> endVersion,
931 CheckBackupUID checkBackupUid,
932 Version backupUid) {
933 return _eraseLogData(tr, logUidValue, destUidValue, endVersion, checkBackupUid, backupUid);
934}
935
936ACTOR Future<Void> cleanupLogMutations(Database cx, Value destUidValue, bool deleteData) {
937 state Key backupLatestVersionsPath = destUidValue.withPrefix(backupLatestVersionsPrefix);

Callers 9

_executeMethod · 0.85
_finishMethod · 0.85
_finishMethod · 0.85
_finishMethod · 0.85
Future<Void> abortBackupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected