MCPcopy 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

toStandaloneStringRefMethod · 0.45
toArenaOrRefMethod · 0.45
toArenaMethod · 0.45
compareMethod · 0.45
startsWithMethod · 0.45
isKeyAfterMethod · 0.45
operator==Function · 0.45
toStringMethod · 0.45
segmentsMethod · 0.45
skipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected