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

Method SetTesting

libi2pd/RouterContext.cpp:323–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 void RouterContext::SetTesting (bool testing)
324 {
325 if (testing != m_Testing)
326 {
327 m_Testing = testing;
328 if (m_Testing)
329 m_Error = eRouterErrorNone;
330 }
331 }
332
333 void RouterContext::SetTestingV6 (bool testing)
334 {

Callers 2

PeerTestMethod · 0.80
SetTestingStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected