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

Method key

cachelib/navy/block_cache/tests/BlockCacheTest.cpp:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 CacheEntry& operator=(CacheEntry&&) = default;
117
118 HashedKey key() const { return makeHK(key_); }
119
120 BufferView value() const { return value_.view(); }
121

Callers 5

CacheEntryMethod · 0.45
CollisionCreatorMethod · 0.45
TESTFunction · 0.45
resetTestRunFunction · 0.45
TESTFunction · 0.45

Calls 1

makeHKFunction · 0.85

Tested by

no test coverage detected