MCPcopy Create free account
hub / github.com/LUX-Core/lux / clear

Method clear

src/txmempool.cpp:635–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635void CTxMemPool::clear()
636{
637 LOCK(cs);
638 _clear();
639}
640
641void CTxMemPool::check(const CCoinsViewCache *pcoins) const
642{

Callers 4

removeUncheckedMethod · 0.45
_clearMethod · 0.45
queryHashesMethod · 0.45
removeAddressIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected