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

Method addr_exist

lib_acl_cpp/src/connpool/tcp_ipc.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool tcp_ipc::addr_exist(const char* addr)
70{
71 return manager_->get(addr) != NULL;
72}
73
74void tcp_ipc::get_addrs(std::vector<string>& addrs)
75{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected