MCPcopy Create free account
hub / github.com/bcndev/bytecoin / commit_db_txn

Method commit_db_txn

src/platform/DBsqlite3.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void DBsqliteKV::commit_db_txn() {
191 db_dbi.commit_txn();
192 db_dbi.begin_txn();
193}
194
195static void put(sqlite::Stmt &stmt, const std::string &key, const void *data, size_t size) {
196 invariant(data || size == 0, "");

Callers 1

run_testsMethod · 0.45

Calls 2

commit_txnMethod · 0.80
begin_txnMethod · 0.80

Tested by

no test coverage detected