Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1864
LogEpoch TagPartitionedLogSystem::getOldestBackupEpoch() const {
1865
return oldestBackupEpoch;
1866
}
1867
1868
void TagPartitionedLogSystem::setOldestBackupEpoch(LogEpoch epoch) {
1869
oldestBackupEpoch = epoch;
Callers
1
when
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected