Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
258
void undo_database::commit()
259
{
260
FC_ASSERT( _active_sessions > 0 );
261
--_active_sessions;
262
}
263
264
void undo_database::pop_commit()
265
{
Callers
1
db_block.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected