MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / commit

Method commit

libraries/db/undo_database.cpp:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 --_active_sessions;
257}
258void undo_database::commit()
259{
260 FC_ASSERT( _active_sessions > 0 );
261 --_active_sessions;
262}
263
264void undo_database::pop_commit()
265{

Callers 1

db_block.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected