MCPcopy Create free account
hub / github.com/acl-dev/acl / setbit_

Method setbit_

lib_acl_cpp/src/redis/redis_string.cpp:399–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397/////////////////////////////////////////////////////////////////////////////
398
399bool redis_string::setbit_(const char* key, unsigned offset, bool bit)
400{
401 return setbit_(key, strlen(key), offset, bit);
402}
403
404bool redis_string::setbit_(const char* key, size_t len,
405 unsigned offset, bool bit)

Callers 1

test_setbitFunction · 0.80

Calls 4

safe_snprintfFunction · 0.85
hash_slotFunction · 0.85
dbuf_allocMethod · 0.80
build_requestFunction · 0.50

Tested by 1

test_setbitFunction · 0.64