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

Function get_addr

lib_acl_cpp/include/acl_cpp/redis/redis_node.hpp:237–239  ·  view source on GitHub ↗

* Get current node's listening address * get the listening addr of the current node, set in constructor * @reutrn {const char*} */

Source from the content-addressed store, hash-verified

235 * @reutrn {const char*}
236 */
237 const char* get_addr() const {
238 return addr_.c_str();
239 }
240
241 /**
242 * result of CLUSTER NODES for redis.4.x.x:

Callers 15

redirectMethod · 0.50
runMethod · 0.50
runMethod · 0.50
http_downloadMethod · 0.50
resetMethod · 0.50
get_addrMethod · 0.50
removeMethod · 0.50
set_statusMethod · 0.50
alivingMethod · 0.50
peekMethod · 0.50
get_addrMethod · 0.50
handle_resultMethod · 0.50

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…