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

Method commit

src/platform/DBlmdb.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void platform::lmdb::Txn::commit() {
43 lmdb_check(::mdb_txn_commit(handle), "mdb_txn_commit ");
44 handle = nullptr;
45}
46
47platform::lmdb::Txn::~Txn() {
48 ::mdb_txn_abort(handle);

Callers 1

commit_db_txnMethod · 0.45

Calls 1

lmdb_checkFunction · 0.85

Tested by

no test coverage detected