MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / _clear

Method _clear

src/txmempool.cpp:611–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611void CTxMemPool::_clear()
612{
613 mapLinks.clear();
614 mapTx.clear();
615 mapNextTx.clear();
616 totalTxSize = 0;
617 cachedInnerUsage = 0;
618 ++nTransactionsUpdated;
619}
620
621void CTxMemPool::clear()
622{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected