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

Method value

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

Source from the content-addressed store, hash-verified

118 HashedKey key() const { return makeHK(key_); }
119
120 BufferView value() const { return value_.view(); }
121
122 private:
123 Buffer key_, value_;

Callers 5

CollisionCreatorMethod · 0.45
TESTFunction · 0.45
resetTestRunFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected