MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / GetNumAttempts

Method GetNumAttempts

libi2pd/NetDbRequests.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 const IdentHash& GetDestination () const { return m_Destination; };
50 const std::unordered_set<IdentHash>& GetExcludedPeers () const { return m_ExcludedPeers; };
51 int GetNumAttempts () const { return m_NumAttempts; };
52 void ClearExcludedPeers ();
53 bool IsExploratory () const { return m_IsExploratory; };
54 bool IsDirect () const { return m_IsDirect; };

Callers 2

SendNextRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected