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

Method peek_open

lib_acl_cpp/src/db/db_pool.cpp:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18db_handle* db_pool::peek_open(void)
19{
20 db_handle* conn = (db_handle*) peek();
21 if (conn == NULL) {
22 logger_error("peek NULL");
23 }
24 return conn;
25}
26
27//////////////////////////////////////////////////////////////////////////////
28

Callers 7

mysql_addMethod · 0.80
mysql_getMethod · 0.80
pgsql_addMethod · 0.80
pgsql_getMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

peekFunction · 0.50

Tested by

no test coverage detected