MCPcopy Create free account
hub / github.com/cryptonomex/graphene / ~application_impl

Function ~application_impl

libraries/app/application.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 ~application_impl()
272 {
273 fc::remove_all(_data_dir / "blockchain/dblock");
274 }
275
276 void set_dbg_init_key( genesis_state_type& genesis, const std::string& init_key )
277 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected