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

Method InsertFullAddress

libi2pd_client/AddressBook.cpp:520–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518 }
519
520 void AddressBook::InsertFullAddress (std::shared_ptr<const i2p::data::IdentityEx> address)
521 {
522 if (m_Storage) m_Storage->AddAddress (address);
523 }
524
525 std::shared_ptr<const i2p::data::IdentityEx> AddressBook::GetFullAddress (const std::string& address)
526 {

Callers 3

ProcessStreamConnectMethod · 0.80
HandleI2PAcceptMethod · 0.80

Calls 1

AddAddressMethod · 0.80

Tested by

no test coverage detected