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

Method result_status

lib_acl_cpp/src/redis/redis_command.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345const char* redis_command::result_status() const
346{
347 return result_ ? result_->get_status() : "";
348}
349
350const char* redis_command::result_error() const
351{

Callers

nothing calls this directly

Calls 1

get_statusMethod · 0.45

Tested by

no test coverage detected