MCPcopy Create free account
hub / github.com/facebook/CacheLib / readRecord

Method readRecord

cachelib/common/Serialization.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 ~MemoryRecordReader() override = default;
96
97 std::unique_ptr<folly::IOBuf> readRecord() override {
98 return ioQueue_.pop_front();
99 }
100
101 bool isEnd() const override { return ioQueue_.empty(); }
102

Callers 5

deserializeProtoFunction · 0.45
deserializeBitsMethod · 0.45
RestorerMethod · 0.45
workMethod · 0.45
workMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected