Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
238
public:
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_pool
Method · 0.50
get
Method · 0.50
OnClose
Method · 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…