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

Method FindAddress

libi2pd_client/AddressBook.cpp:466–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 }
465
466 std::shared_ptr<const Address> AddressBook::FindAddress (std::string_view address)
467 {
468 auto it = m_Addresses.find (address);
469 if (it != m_Addresses.end ())
470 return it->second;
471 return nullptr;
472 }
473
474 bool AddressBook::RecordExists (const std::string& address, const std::string& jump)
475 {

Callers 1

HandleRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected