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

Method CheckIsEmpty

src/node/txdownloadman_impl.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 return m_impl->GetTxToReconsider(nodeid);
77}
78void TxDownloadManager::CheckIsEmpty() const
79{
80 m_impl->CheckIsEmpty();
81}
82void TxDownloadManager::CheckIsEmpty(NodeId nodeid) const
83{
84 m_impl->CheckIsEmpty(nodeid);

Callers 3

InitializeNodeMethod · 0.80
FinalizeNodeMethod · 0.80
txdownloadman.cppFile · 0.80

Calls 5

UsageByPeerMethod · 0.80
TotalOrphanUsageMethod · 0.80
CountUniqueOrphansMethod · 0.80
CountMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected