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

Method clear_request

lib_acl_cpp/src/redis/redis_command.cpp:981–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979}
980
981void redis_command::clear_request() const
982{
983 if (request_buf_) {
984 request_buf_->clear();
985 }
986 if (request_obj_) {
987 request_obj_->clear();
988 }
989}
990
991void redis_command::build_request(size_t argc, const char* argv[], const size_t lens[])
992{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected