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

Method clear

lib_acl_cpp/src/redis/redis_command.cpp:144–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void redis_command::clear(bool save_slot /* = false */)
145{
146 dbuf_->dbuf_reset();
147 result_ = NULL;
148
149 if (!save_slot) {
150 slot_ = -1;
151 }
152}
153
154void redis_command::set_slice_request(bool on)
155{

Callers 7

get_numberMethod · 0.45
get_number64Method · 0.45
get_statusMethod · 0.45
get_stringsMethod · 0.45
clear_requestMethod · 0.45
build_request1Method · 0.45
build_request2Method · 0.45

Calls 1

dbuf_resetMethod · 0.80

Tested by

no test coverage detected