Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Index
Method
Index
libs/base/cache.hpp:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
private:
78
size_t Index(KeyT const & key) const { return static_cast<size_t>(Hash(key) & m_hashMask); }
79
80
static uint32_t Hash(uint32_t x)
81
{
Callers
nothing calls this directly
Calls
1
Hash
Function · 0.70
Tested by
no test coverage detected