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

Method SetTestingV6

libi2pd/RouterContext.cpp:333–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 }
332
333 void RouterContext::SetTestingV6 (bool testing)
334 {
335 if (testing != m_TestingV6)
336 {
337 m_TestingV6 = testing;
338 if (m_TestingV6)
339 m_ErrorV6 = eRouterErrorNone;
340 }
341 }
342
343 void RouterContext::SetStatus (RouterStatus status)
344 {

Callers 2

PeerTestMethod · 0.80
SetTestingStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected