MCPcopy 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
744void connect_manager::get_addr(const char* key, string& addr)
745{
746 addr = key;
747 addr.lower();
748}
749
750} // namespace acl

Callers 4

get_addrsMethod · 0.45
sendMethod · 0.45
timer_callbackMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected