MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ~EnvTestingSetup

Method ~EnvTestingSetup

src/test/i2p_tests.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 ~EnvTestingSetup()
36 {
37 CreateSock = m_create_sock_orig;
38 LogInstance().SetLogLevel(m_prev_log_level);
39 }
40
41private:
42 const BCLog::Level m_prev_log_level;

Callers

nothing calls this directly

Calls 1

SetLogLevelMethod · 0.45

Tested by

no test coverage detected