| 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 | { |
no test coverage detected