| 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; }; |
no outgoing calls
no test coverage detected