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

Method result_size

lib_acl_cpp/src/redis/redis_command.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318/////////////////////////////////////////////////////////////////////////////
319
320size_t redis_command::result_size() const
321{
322 return result_ ? result_->get_size() : 0;
323}
324
325redis_result_t redis_command::result_type() const
326{

Callers 2

test_hmgetFunction · 0.80
test_mgetFunction · 0.80

Calls 1

get_sizeMethod · 0.45

Tested by 2

test_hmgetFunction · 0.64
test_mgetFunction · 0.64