MCPcopy 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
738void connect_manager::get_key(const char* addr, string& key)
739{
740 key = addr;
741 key.lower();
742}
743
744void connect_manager::get_addr(const char* key, string& addr)
745{

Callers 4

removeMethod · 0.45
getMethod · 0.45
statisticsMethod · 0.45
set_statusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected