MCPcopy 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
712uchar *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

merge_table_listMethod · 0.85
item_create_initFunction · 0.85
enumerate_sys_varsFunction · 0.85
operator++Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected