MCPcopy Create free account
hub / github.com/acl-dev/acl / get_key

Function get_key

lib_acl_cpp/include/acl_cpp/connpool/connect_pool.hpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238public:
239 void set_key(const char* key);
240 const char* get_key() const {
241 return key_;
242 }
243
244 // Increase reference count.
245 void refer();

Callers 3

create_poolMethod · 0.50
getMethod · 0.50
OnCloseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…