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

Method set_addr

lib_acl_cpp/src/redis/redis_client_pipeline.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void redis_pipeline_message::set_addr(const char* addr) {
59 if (addr) {
60 addr_ = addr;
61 redirect_count_++;
62 }
63}
64
65void redis_pipeline_message::push(const redis_result* result) {
66 // One reference for the message itself, and the other one was added

Callers 4

mainFunction · 0.45
get_slaveMethod · 0.45
get_nodeMethod · 0.45
handle_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected