Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
4
getEncodedSize
Method · 0.95
serializeSizedTagIdsAndSizedCommitVersions
Method · 0.95
compare
Method · 0.45
deserializeSizedTagIdsAndSizedCommitVersions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected