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

Method affect_total_count

lib_acl_cpp/src/db/db_sqlite.cpp:871–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871int db_sqlite::affect_total_count(void) const
872{
873 return __sqlite3_total_changes(db_);
874}
875
876bool db_sqlite::begin_transaction(void)
877{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected