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

Method exists

lib_acl_cpp/src/redis/redis_key.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160bool redis_key::exists(const char* key)
161{
162 return exists(key, strlen(key));
163}
164
165bool redis_key::exists(const char* key, size_t len)
166{

Callers 12

.ycm_extra_conf.pyFile · 0.80
test_existsFunction · 0.80
test_existsFunction · 0.80
test_existsFunction · 0.80
test_existsFunction · 0.80
test_existsFunction · 0.80
test_existsFunction · 0.80
test_existsFunction · 0.80
test_existsFunction · 0.80
test_existsFunction · 0.80
hvigor-wrapper.jsFile · 0.80

Calls 2

hash_slotFunction · 0.85
build_requestFunction · 0.50

Tested by 9

test_existsFunction · 0.64
test_existsFunction · 0.64
test_existsFunction · 0.64
test_existsFunction · 0.64
test_existsFunction · 0.64
test_existsFunction · 0.64
test_existsFunction · 0.64
test_existsFunction · 0.64
test_existsFunction · 0.64