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

Method hgetall

lib_acl_cpp/src/redis/redis_hash.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280bool redis_hash::hgetall(const char* key, std::map<string, string>& result)
281{
282 return hgetall(key, strlen(key), result);
283}
284
285bool redis_hash::hgetall(const char* key, size_t klen,
286 std::map<string, string>& result)

Callers 3

test_hgetallFunction · 0.80
get_attrsMethod · 0.80
hash_getMethod · 0.80

Calls 2

hash_slotFunction · 0.85
buildFunction · 0.50

Tested by 1

test_hgetallFunction · 0.64