Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void platform::lmdb::Txn::commit() {
43
lmdb_check(::mdb_txn_commit(handle),
"mdb_txn_commit "
);
44
handle = nullptr;
45
}
46
47
platform::lmdb::Txn::~Txn() {
48
::mdb_txn_abort(handle);
Callers
1
commit_db_txn
Method · 0.45
Calls
1
lmdb_check
Function · 0.85
Tested by
no test coverage detected