Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
635
void CTxMemPool::clear()
636
{
637
LOCK(cs);
638
_clear();
639
}
640
641
void CTxMemPool::check(const CCoinsViewCache *pcoins) const
642
{
Callers
4
removeUnchecked
Method · 0.45
_clear
Method · 0.45
queryHashes
Method · 0.45
removeAddressIndex
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected