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

Method read

fdbserver/DiskQueue.actor.cpp:938–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936 }
937
938 Future<Standalone<StringRef>> read(location from, location to, CheckHashes ch) override {
939 return read(this, from, to, ch);
940 }
941
942 int getMaxPayload() const { return Page::maxPayload; }
943

Callers

nothing calls this directly

Calls 7

pageFloorFunction · 0.85
mutateStringFunction · 0.85
checkHashMethod · 0.80
substrMethod · 0.80
readFunction · 0.50
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected