Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_addr
Method
get_addr
lib_acl_cpp/src/connpool/connect_manager.cpp:744–748 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
742
}
743
744
void connect_manager::get_addr(const char* key, string& addr)
745
{
746
addr = key;
747
addr.lower();
748
}
749
750
} // namespace acl
Callers
4
get_addrs
Method · 0.45
send
Method · 0.45
timer_callback
Method · 0.45
send
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected