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

Method get_strlen

lib_acl_cpp/src/redis/redis_string.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312/////////////////////////////////////////////////////////////////////////////
313
314int redis_string::get_strlen(const char* key)
315{
316 return get_strlen(key, strlen(key));
317}
318
319int redis_string::get_strlen(const char* key, size_t len)
320{

Callers 1

test_strlenFunction · 0.80

Calls 2

hash_slotFunction · 0.85
build_requestFunction · 0.50

Tested by 1

test_strlenFunction · 0.64