Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptonomex/graphene
/ save_undo
Method
save_undo
libraries/db/object_database.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
} FC_CAPTURE_AND_RETHROW() }
106
107
void object_database::save_undo( const object& obj )
108
{
109
_undo_db.on_modify( obj );
110
}
111
112
void object_database::save_undo_add( const object& obj )
113
{
Callers
nothing calls this directly
Calls
1
on_modify
Method · 0.45
Tested by
no test coverage detected