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

Method Handle

cachelib/interface/Handle.cpp:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace facebook::cachelib::interface {
24
25Handle::Handle(CacheComponent& cache, CacheItem& item, bool inserted) noexcept
26 : cache_(cache), item_(&item), inserted_(inserted) {}
27
28Handle::Handle(CacheComponent& cache, bool inserted, InlineItemTag) noexcept
29 : cache_(cache),

Callers

nothing calls this directly

Calls 1

moveMethod · 0.45

Tested by

no test coverage detected