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

Method IsPerClientAuth

libi2pd/Destination.h:238–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ShowLeaseSetDestinationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected