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

Method Disconnect

src/torcontrol.cpp:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void TorControlConnection::Disconnect()
227{
228 if (b_conn)
229 bufferevent_free(b_conn);
230 b_conn = nullptr;
231}
232
233bool TorControlConnection::Command(const std::string &cmd, const ReplyHandlerCB& reply_handler)
234{

Callers 2

readcbMethod · 0.95
eventcbMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected