Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptonomex/graphene
/ commit
Method
commit
libraries/db/undo_database.cpp:152–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
--_active_sessions;
151
}
152
void undo_database::commit()
153
{
154
FC_ASSERT( _active_sessions > 0 );
155
--_active_sessions;
156
}
157
158
void undo_database::pop_commit()
159
{
Callers
1
db_block.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected