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

Method set_head

libraries/chain/fork_database.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190} FC_CAPTURE_AND_RETHROW( (first)(second) ) }
191
192void fork_database::set_head(shared_ptr<fork_item> h)
193{
194 _head = h;
195}
196
197void fork_database::remove(block_id_type id)
198{

Callers 1

db_block.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected