Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ hash_keyval
Function
hash_keyval
v2/engine/hash.c:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
static void hashstat( struct hash * );
79
80
static unsigned int hash_keyval( OBJECT * key )
81
{
82
return object_hash( key );
83
}
84
85
#define hash_bucket(hp, keyval) ((hp)->tab.base + ((keyval) % (hp)->tab.nel))
86
Callers
2
hash_insert
Function · 0.70
hash_find
Function · 0.70
Calls
1
object_hash
Function · 0.85
Tested by
no test coverage detected