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

Method is_opened

lib_acl_cpp/src/db/db_pgsql.cpp:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529bool db_pgsql::is_opened(void) const
530{
531 return conn_ ? true : false;
532}
533
534bool db_pgsql::close(void)
535{

Callers 6

close_callbackMethod · 0.45
close_callbackMethod · 0.45
close_callbackMethod · 0.45
close_callbackMethod · 0.45
close_callbackMethod · 0.45
close_callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected