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

Method GetLastUpdateTime

libi2pd/Profiling.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 void Duplicated ();
70
71 uint64_t GetLastUpdateTime () const { return m_LastUpdateTime; };
72 bool IsUpdated () const { return m_IsUpdated; };
73 void SetUpdated (bool updated) { m_IsUpdated = updated; }
74 uint64_t GetLastAccessTime () const { return m_LastAccessTime; };

Callers 3

PersistProfilesFunction · 0.45
SaveProfilesFunction · 0.45
DeleteObsoleteProfilesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected