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

Method size

fdbclient/include/fdbclient/VersionVector.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 void setMaxVersion(Version version) { maxVersion = version; }
69
70 int size() const { return versions.size(); }
71
72 bool empty() const { return versions.empty(); }
73

Calls

no outgoing calls

Tested by

no test coverage detected