Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ pgsql_pool
Method
pgsql_pool
lib_acl_cpp/src/db/pgsql_pool.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{
14
15
pgsql_pool::pgsql_pool(const pgsql_conf& conf)
16
: db_pool(conf.get_dbkey(), conf.get_dblimit())
17
{
18
conf_ = NEW pgsql_conf(conf);
19
}
20
21
pgsql_pool::~pgsql_pool(void)
22
{
Callers
nothing calls this directly
Calls
1
pgsql_conf
Class · 0.50
Tested by
no test coverage detected