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

Method CheckUpdates

libi2pd_client/AddressBook.cpp:929–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927 }
928
929 void AddressBookSubscription::CheckUpdates ()
930 {
931 i2p::util::SetThreadName("Addressbook");
932
933 bool result = MakeRequest ();
934 m_Book.DownloadComplete (result, m_Ident, m_Etag, m_LastModified);
935 }
936
937 bool AddressBookSubscription::MakeRequest ()
938 {

Callers

nothing calls this directly

Calls 2

SetThreadNameFunction · 0.85
DownloadCompleteMethod · 0.80

Tested by

no test coverage detected