Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_key
Method
get_key
lib_acl_cpp/src/connpool/connect_manager.cpp:738–742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
}
737
738
void connect_manager::get_key(const char* addr, string& key)
739
{
740
key = addr;
741
key.lower();
742
}
743
744
void connect_manager::get_addr(const char* key, string& addr)
745
{
Callers
4
remove
Method · 0.45
get
Method · 0.45
statistics
Method · 0.45
set_status
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected