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

Method UpdateCaps

libi2pd/RouterInfo.cpp:1239–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237 }
1238
1239 void LocalRouterInfo::UpdateCaps (uint8_t caps)
1240 {
1241 SetCaps (caps);
1242 UpdateCapsProperty ();
1243 }
1244
1245 void LocalRouterInfo::UpdateCapsProperty ()
1246 {

Callers 5

NewRouterInfoMethod · 0.80
SetStatusMethod · 0.80
SetBandwidthMethod · 0.80
SetUnreachableMethod · 0.80
SetReachableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected