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

Method hget

lib_acl_cpp/src/redis/redis_hash.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251bool redis_hash::hget(const char* key, const char* name, string& result)
252{
253 return hget(key, name, strlen(name), result);
254}
255
256bool redis_hash::hget(const char* key, const char* name,
257 size_t name_len, string& result)

Callers 2

test_hgetFunction · 0.80
get_bufMethod · 0.80

Calls 2

hash_slotFunction · 0.85
build_requestFunction · 0.50

Tested by 1

test_hgetFunction · 0.64