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

Method TotalOrphanUsage

src/node/txorphanage.cpp:293–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291TxOrphanage::Count TxOrphanageImpl::CountAnnouncements() const { return m_orphans.size(); }
292
293TxOrphanage::Usage TxOrphanageImpl::TotalOrphanUsage() const { return m_unique_orphan_usage; }
294
295TxOrphanage::Count TxOrphanageImpl::CountUniqueOrphans() const { return m_unique_orphans; }
296

Callers 7

BOOST_AUTO_TEST_CASEFunction · 0.80
txorphan.cppFile · 0.80
FUZZ_TARGETFunction · 0.80
OrphanageEraseAllFunction · 0.80
CheckIsEmptyMethod · 0.80

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
FUZZ_TARGETFunction · 0.64