MCPcopy 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

expectedSizeMethod · 0.45
readRange_implMethod · 0.45
Future<Void> randomScansFunction · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected