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

Method move

cachelib/interface/tests/InterfaceTest.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 bool failIncRef_{false};
69
70 void move(void* /* dest */) noexcept override {
71 XLOG(FATAL) << "Should not use TestCacheItem::move()";
72 }
73};
74
75class TestCacheComponent : public CacheComponent {

Callers 7

saveRamCacheMethod · 0.45
HandleMethod · 0.45
writeRecordsFunction · 0.45
flushImplMethod · 0.45
serializeToIOBufMethod · 0.45
serializeProtoFunction · 0.45
handlePutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected