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

Method getStateValue

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

Source from the content-addressed store, hash-verified

3295}
3296
3297Future<EBackupState> DatabaseBackupAgent::getStateValue(Reference<ReadYourWritesTransaction> tr,
3298 UID logUid,
3299 Snapshot snapshot) {
3300 return DatabaseBackupAgentImpl::getStateValue(this, tr, logUid, snapshot);
3301}
3302
3303Future<UID> DatabaseBackupAgent::getDestUid(Reference<ReadYourWritesTransaction> tr, UID logUid, Snapshot snapshot) {
3304 return DatabaseBackupAgentImpl::getDestUid(this, tr, logUid, snapshot);

Calls

no outgoing calls

Tested by

no test coverage detected