Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ expectedSize
Method
expectedSize
fdbserver/VersionedBTree.actor.cpp:4174–4174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4172
int size() const { return a.size() + b.size(); }
4173
4174
int expectedSize() const { return size(); }
4175
4176
std::string toString() const { return format(
"%s%s"
, a.toString().c_str(), b.toString().c_str()); }
4177
Callers
5
expectedSize
Method · 0.45
readRange_impl
Method · 0.45
Future<Void> randomScans
Function · 0.45
Future<Void> prefixClusteredInsert
Function · 0.45
Future<Void> sequentialInsert
Function · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected