Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ size
Method
size
fdbclient/include/fdbclient/SnapshotCache.h:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
int size() const { return base.size() + extra_zero_bytes; }
73
74
int compare(ExtStringRef const& rhs) const {
75
int cbl = std::min(base.size(), rhs.base.size());
Callers
10
toStandaloneStringRef
Method · 0.45
toArenaOrRef
Method · 0.45
toArena
Method · 0.45
compare
Method · 0.45
startsWith
Method · 0.45
isKeyAfter
Method · 0.45
operator==
Function · 0.45
toString
Method · 0.45
segments
Method · 0.45
skip
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected