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

Method getrange

lib_acl_cpp/src/redis/redis_string.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365bool redis_string::getrange(const char* key, int start, int end, string& buf)
366{
367 return getrange(key, strlen(key), start, end, buf);
368}
369
370bool redis_string::getrange(const char* key, size_t key_len,
371 int start, int end, string& buf)

Callers 1

test_getrangeFunction · 0.80

Calls 4

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

Tested by 1

test_getrangeFunction · 0.64