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

Function indexLookupKey

cachelib/navy/block_cache/BlockCache.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40namespace {
41
42uint64_t indexLookupKey(const HashedKey& key) { return key.keyHash(); }
43
44uint64_t indexLookupKey(const Index::Entry& entry) { return entry.token; }
45

Callers 1

lookupInternalMethod · 0.85

Calls 1

keyHashMethod · 0.45

Tested by

no test coverage detected