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

Function createMemoryRecordWriter

cachelib/common/Serialization.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106} // namespace
107
108std::unique_ptr<RecordWriter> createMemoryRecordWriter(
109 folly::IOBufQueue& ioQueue) {
110 return std::make_unique<MemoryRecordWriter>(ioQueue);
111}
112
113std::unique_ptr<RecordReader> createMemoryRecordReader(
114 folly::IOBufQueue& ioQueue) {

Callers 9

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 9

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68