Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
namespace {
41
42
uint64_t indexLookupKey(const HashedKey& key) { return key.keyHash(); }
43
44
uint64_t indexLookupKey(const Index::Entry& entry) { return entry.token; }
45
Callers
1
lookupInternal
Method · 0.85
Calls
1
keyHash
Method · 0.45
Tested by
no test coverage detected