Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
void 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
173
void redis_command::set_client_addr(redis_client& conn)
174
{
Callers
15
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
run
Method · 0.80
main
Function · 0.80
main
Function · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected