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

Method DeleteProperty

libi2pd/RouterInfo.cpp:1498–1501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496 }
1497
1498 void LocalRouterInfo::DeleteProperty (const std::string& key)
1499 {
1500 m_Properties.erase (key);
1501 }
1502
1503 std::string LocalRouterInfo::GetProperty (const std::string& key) const
1504 {

Callers 3

SetFloodfillMethod · 0.80
SetFamilyMethod · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected