MCPcopy 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
107void object_database::save_undo( const object& obj )
108{
109 _undo_db.on_modify( obj );
110}
111
112void object_database::save_undo_add( const object& obj )
113{

Callers

nothing calls this directly

Calls 1

on_modifyMethod · 0.45

Tested by

no test coverage detected