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

Method RouterInfo

libi2pd/RouterInfo.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 RouterInfo::RouterInfo (): m_Buffer (nullptr)
43 {
44 m_Addresses = AddressesPtr(new Addresses ()); // create empty list
45 }
46
47 RouterInfo::RouterInfo (const std::string& fullPath):
48 m_FamilyID (0), m_IsUpdated (false), m_IsUnreachable (false), m_IsFloodfill (false),

Callers

nothing calls this directly

Calls 3

LogPrintFunction · 0.85
NewRouterInfoBufferMethod · 0.80
SetBufferLenMethod · 0.45

Tested by

no test coverage detected