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

Method unlockBackup

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

Source from the content-addressed store, hash-verified

3252};
3253
3254Future<Void> DatabaseBackupAgent::unlockBackup(Reference<ReadYourWritesTransaction> tr, Key tagName) {
3255 return DatabaseBackupAgentImpl::unlockBackup(this, tr, tagName);
3256}
3257
3258Future<Void> DatabaseBackupAgent::atomicSwitchover(Database dest,
3259 Key tagName,

Callers 6

Future<Void> doBackupFunction · 0.45
Future<Void> _startFunction · 0.45
Future<Void> _startFunction · 0.45
_startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected