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

Method getOldestBackupEpoch

fdbserver/TagPartitionedLogSystem.actor.cpp:1864–1866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1862}
1863
1864LogEpoch TagPartitionedLogSystem::getOldestBackupEpoch() const {
1865 return oldestBackupEpoch;
1866}
1867
1868void TagPartitionedLogSystem::setOldestBackupEpoch(LogEpoch epoch) {
1869 oldestBackupEpoch = epoch;

Callers 1

whenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected