Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ calc_hash
Function
calc_hash
mysys/hash.c:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
size_t length);
41
42
static my_hash_value_type calc_hash(const HASH *hash,
43
const uchar *key, size_t length)
44
{
45
return hash->hash_function(hash, key, length);
46
}
47
48
49
/**
Callers
5
my_hash_rec_mask
Function · 0.70
rec_hashnr
Function · 0.70
my_calc_hash
Function · 0.70
my_hash_first
Function · 0.70
my_hash_update
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected