| 236 | const decltype(m_RemoteLeaseSets)& GetLeaseSets () const { return m_RemoteLeaseSets; }; |
| 237 | bool IsEncryptedLeaseSet () const { return m_LeaseSetType == i2p::data::NETDB_STORE_TYPE_ENCRYPTED_LEASESET2; }; |
| 238 | bool IsPerClientAuth () const { return m_AuthType > 0; }; |
| 239 | }; |
| 240 | |
| 241 | class ClientDestination: public LeaseSetDestination |
no outgoing calls
no test coverage detected