Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ copy_bits
Function
copy_bits
extra/replace.c:773–777 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
771
}
772
773
static void copy_bits(REP_SET *to,REP_SET *from)
774
{
775
memcpy((uchar*) to->bits,(uchar*) from->bits,
776
(size_t) (sizeof(uint) * to->size_of_bits));
777
}
778
779
static int cmp_bits(REP_SET *set1,REP_SET *set2)
780
{
Callers
1
init_replace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected