MCPcopy Create free account
hub / github.com/ElementsProject/elements / ResetCoinsViews

Method ResetCoinsViews

src/validation.h:591–591  ·  view source on GitHub ↗

Destructs all objects related to accessing the UTXO set.

Source from the content-addressed store, hash-verified

589
590 //! Destructs all objects related to accessing the UTXO set.
591 void ResetCoinsViews() { m_coins_views.reset(); }
592
593 //! The cache size of the on-disk coins view.
594 size_t m_coinsdb_cache_size_bytes{0};

Callers 1

ShutdownFunction · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected