MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ~TorController

Method ~TorController

src/torcontrol.cpp:474–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474TorController::~TorController()
475{
476 if (reconnect_ev) {
477 event_free(reconnect_ev);
478 reconnect_ev = nullptr;
479 }
480 if (service.IsValid()) {
481 RemoveLocal(service);
482 }
483}
484
485void TorController::add_onion_cb(TorControlConnection& _conn, const TorControlReply& reply)
486{

Callers

nothing calls this directly

Calls 2

RemoveLocalFunction · 0.85
IsValidMethod · 0.45

Tested by

no test coverage detected