Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
void TorControlConnection::Disconnect()
227
{
228
if (b_conn)
229
bufferevent_free(b_conn);
230
b_conn = nullptr;
231
}
232
233
bool TorControlConnection::Command(const std::string &cmd, const ReplyHandlerCB& reply_handler)
234
{
Callers
2
readcb
Method · 0.95
eventcb
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected