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

Method set_key

lib_acl_cpp/src/connpool/connect_pool.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void connect_pool::set_key(const char* key)
122{
123 ACL_SAFE_STRNCPY(key_, key, sizeof(key_));
124 acl_lowercase(key_);
125}
126
127connect_pool& connect_pool::set_timeout(int conn_timeout, int rw_timeout,
128 bool sockopt_timeo /* false */)

Callers 1

create_poolMethod · 0.45

Calls 1

acl_lowercaseFunction · 0.85

Tested by

no test coverage detected