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

Method getbit

lib_acl_cpp/src/redis/redis_string.cpp:429–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429bool redis_string::getbit(const char* key, unsigned offset, int& bit)
430{
431 return getbit(key, strlen(key), offset, bit);
432}
433
434bool redis_string::getbit(const char* key, size_t len,
435 unsigned offset, int& bit)

Callers 1

test_getbitFunction · 0.80

Calls 4

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

Tested by 1

test_getbitFunction · 0.64