Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getMaxVersion
Method
getMaxVersion
fdbclient/include/fdbclient/VersionVector.h:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
public:
66
Version getMaxVersion() const { return maxVersion; }
67
68
void setMaxVersion(Version version) { maxVersion = version; }
69
Callers
7
getLatestCommitVersions
Method · 0.45
Future<Version> waitForCommittedVersion
Function · 0.45
Future<Version> getRawVersion
Function · 0.45
Future<GetReadVersionReply> getConsistentReadVersion
Function · 0.45
populateVersionVector
Function · 0.45
save
Method · 0.45
versionVectorCacheActive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected