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

Method set_client

lib_acl_cpp/src/redis/redis_command.cpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void redis_command::set_client(redis_client* conn)
165{
166 if (conn != NULL) {
167 conn_ = conn;
168 cluster_ = NULL;
169 set_client_addr(*conn);
170 }
171}
172
173void redis_command::set_client_addr(redis_client& conn)
174{

Callers 15

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
runMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected