Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ create_connect
Method
create_connect
lib_acl_cpp/src/memcache/memcache_pool.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
connect_client* memcache_pool::create_connect(void)
23
{
24
return NEW memcache(addr_);
25
}
26
27
} // namespace acl
28
Callers
nothing calls this directly
Calls
1
memcache
Class · 0.50
Tested by
no test coverage detected