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

Method clear

src/txmempool.cpp:791–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791void CTxMemPool::clear()
792{
793 LOCK(cs);
794 _clear();
795}
796
797void CTxMemPool::check(const CBlockIndex* active_chain_tip, const CCoinsViewCache& active_coins_tip, int64_t spendheight) const
798{

Callers 15

mine_large_blockFunction · 0.45
shutdownMethod · 0.45
mine_large_blockFunction · 0.45
DisconnectMethod · 0.45
DeriveMethod · 0.45
InitHTTPAllowListFunction · 0.45
StopHTTPServerFunction · 0.45
ReadAnchorsFunction · 0.45
ClearBannedMethod · 0.45
TestOnlyResetTimeDataFunction · 0.45
UnserMethod · 0.45
Unserialize_implFunction · 0.45

Calls

no outgoing calls

Tested by 2

shutdownMethod · 0.36
TestOnlyResetTimeDataFunction · 0.36