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

Method rollback

lib_acl_cpp/src/db/db_pgsql.cpp:682–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682bool db_pgsql::rollback(void)
683{
684 const char* sql = "rollback";
685 if (!sql_update(sql)) {
686 logger_error("%s error: %s", sql, get_error());
687 return false;
688 }
689 return true;
690}
691
692} // name acl
693

Callers

nothing calls this directly

Calls 1

get_errorFunction · 0.50

Tested by

no test coverage detected