MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / internal_set_bit

Function internal_set_bit

extra/replace.c:752–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752static void internal_set_bit(REP_SET *set, uint bit)
753{
754 set->bits[bit / WORD_BIT] |= 1 << (bit % WORD_BIT);
755 return;
756}
757
758static void internal_clear_bit(REP_SET *set, uint bit)
759{

Callers 1

init_replaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected