Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ my_hash_element
Function
my_hash_element
mysys/hash.c:712–717 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
710
711
712
uchar *my_hash_element(HASH *hash, ulong idx)
713
{
714
if (idx < hash->records)
715
return dynamic_element(&hash->array,idx,HASH_LINK*)->data;
716
return 0;
717
}
718
719
720
/*
Callers
6
send_client_connect_attrs
Function · 0.85
merge_table_list
Method · 0.85
add_used_tables_to_table_list
Method · 0.85
item_create_init
Function · 0.85
enumerate_sys_vars
Function · 0.85
operator++
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected