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

Method set_conf

lib_acl_cpp/src/db/db_sqlite.cpp:695–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695bool db_sqlite::set_conf(const char* pragma)
696{
697 bool ret = exec_sql(pragma);
698 if (result_) {
699 free_result();
700 }
701 return ret;
702}
703
704const char* db_sqlite::get_conf(const char* pragma, string& out)
705{

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected