MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Clear

Method Clear

src/torcontrol.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 std::vector<std::string> lines;
60
61 void Clear()
62 {
63 code = 0;
64 lines.clear();
65 }
66};
67
68/** Low-level handling for Tor control connection.

Callers 1

readcbMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected