Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ free_sets
Function
free_sets
extra/replace.c:745–750 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
743
}
744
745
static void free_sets(REP_SETS *sets)
746
{
747
my_free(sets->set_buffer);
748
my_free(sets->bit_buffer);
749
return;
750
}
751
752
static void internal_set_bit(REP_SET *set, uint bit)
753
{
Callers
1
init_replace
Function · 0.85
Calls
1
my_free
Function · 0.85
Tested by
no test coverage detected