MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / clear

Method clear

src/kernel/disconnected_transactions.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void DisconnectedBlockTransactions::clear()
79{
80 cachedInnerUsage = 0;
81 iters_by_txid.clear();
82 queuedTx.clear();
83}
84
85std::list<CTransactionRef> DisconnectedBlockTransactions::take()
86{

Callers 6

ComputeUTXOStatsFunction · 0.45
CMainParamsMethod · 0.45
CTestNetParamsMethod · 0.45
CTestNet4ParamsMethod · 0.45
SigNetParamsMethod · 0.45
CRegTestParamsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected