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

Method waitBackup

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

Source from the content-addressed store, hash-verified

3313}
3314
3315Future<EBackupState> DatabaseBackupAgent::waitBackup(Database cx, Key tagName, StopWhenDone stopWhenDone) {
3316 return DatabaseBackupAgentImpl::waitBackup(this, cx, tagName, stopWhenDone);
3317}
3318
3319Future<EBackupState> DatabaseBackupAgent::waitSubmitted(Database cx, Key tagName) {
3320 return DatabaseBackupAgentImpl::waitSubmitted(this, cx, tagName);

Callers 1

Calls 1

waitBackupFunction · 0.85

Tested by

no test coverage detected