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

Method SanityCheck

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

Source from the content-addressed store, hash-verified

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
726{

Callers 7

ForgetTxHashMethod · 0.45
ReceivedInvMethod · 0.45
DisconnectedPeerMethod · 0.45
RequestedTxMethod · 0.45
ReceivedResponseMethod · 0.45
CheckMethod · 0.45
CheckMethod · 0.45

Calls

no outgoing calls

Tested by 7

ForgetTxHashMethod · 0.36
ReceivedInvMethod · 0.36
DisconnectedPeerMethod · 0.36
RequestedTxMethod · 0.36
ReceivedResponseMethod · 0.36
CheckMethod · 0.36
CheckMethod · 0.36