MCPcopy Create free account
hub / github.com/ElementsProject/elements / Size

Method Size

src/txrequest.cpp:722–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720size_t TxRequestTracker::CountCandidates(NodeId peer) const { return m_impl->CountCandidates(peer); }
721size_t TxRequestTracker::Count(NodeId peer) const { return m_impl->Count(peer); }
722size_t TxRequestTracker::Size() const { return m_impl->Size(); }
723void TxRequestTracker::SanityCheck() const { m_impl->SanityCheck(); }
724
725void TxRequestTracker::PostGetRequestableSanityCheck(std::chrono::microseconds now) const

Callers 3

SeedPeriodicFunction · 0.45
SeedStartupFunction · 0.45
FinalizeNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected