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

Method writeRecord

cachelib/common/Serialization.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 ~MemoryRecordWriter() override = default;
65
66 void writeRecord(std::unique_ptr<folly::IOBuf> buf) override {
67 buf->coalesce();
68 ioQueue_.append(std::move(buf));
69 }
70 bool invalidate() override { return false; }
71
72 uint64_t getCurPos() const override {

Callers 5

serializeProtoFunction · 0.45
serializeBitsMethod · 0.45
PersistorMethod · 0.45
workMethod · 0.45
workMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected