MCPcopy Create free account
hub / github.com/apple/foundationdb / getRangeResultFamilyBytes

Function getRangeResultFamilyBytes

fdbclient/NativeAPI.actor.cpp:4154–4156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4152}
4153
4154int64_t inline getRangeResultFamilyBytes(RangeResultRef result) {
4155 return result.expectedSize();
4156}
4157
4158int64_t inline getRangeResultFamilyBytes(MappedRangeResultRef result) {
4159 int64_t bytes = 0;

Callers 1

getRangeFinishedFunction · 0.85

Calls 2

expectedSizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected