MCPcopy 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
65public:
66 Version getMaxVersion() const { return maxVersion; }
67
68 void setMaxVersion(Version version) { maxVersion = version; }
69

Calls

no outgoing calls

Tested by

no test coverage detected