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

Function SListNode

cachelib/allocator/datastruct/tests/SListTest.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 };
52
53 SListNode(const SListNode&) = delete;
54 SListNode& operator=(const SListNode&) = delete;
55
56 SListNode(SListNode&& other) noexcept {

Callers

nothing calls this directly

Calls 2

PtrCompressorClass · 0.70
setNextMethod · 0.45

Tested by

no test coverage detected