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

Method get_result

lib_acl_cpp/src/redis/redis_command.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340const char* redis_command::get_result(size_t i, size_t* len /* = NULL */) const
341{
342 return result_ ? result_->get(i, len) : NULL;
343}
344
345const char* redis_command::result_status() const
346{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected