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

Method open

lib_acl_cpp/src/db/db_handle.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316bool db_handle::open()
317{
318 // �����鷽��������ʵ�ֹ���
319 return dbopen();
320}
321
322bool db_handle::exec_select(query& query, db_rows* result /* = NULL */)
323{

Callers 1

on_acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected