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

Method SetRouterIdentity

libi2pd/RouterInfo.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 void RouterInfo::SetRouterIdentity (std::shared_ptr<const IdentityEx> identity)
124 {
125 m_RouterIdentity = identity;
126 m_Timestamp = i2p::util::GetMillisecondsSinceEpoch ();
127 }
128
129 bool RouterInfo::LoadFile (const std::string& fullPath)
130 {

Callers 2

NewRouterInfoMethod · 0.80
LoadMethod · 0.80

Calls 1

Tested by

no test coverage detected