Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
bool tcp_ipc::addr_exist(const char* addr)
70
{
71
return manager_->get(addr) != NULL;
72
}
73
74
void tcp_ipc::get_addrs(std::vector<string>& addrs)
75
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected