MCPcopy Create free account
hub / github.com/ElementsProject/elements / ~TorController

Method ~TorController

src/torcontrol.cpp:330–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330TorController::~TorController()
331{
332 if (reconnect_ev) {
333 event_free(reconnect_ev);
334 reconnect_ev = nullptr;
335 }
336 if (service.IsValid()) {
337 RemoveLocal(service);
338 }
339}
340
341void TorController::add_onion_cb(TorControlConnection& _conn, const TorControlReply& reply)
342{

Callers

nothing calls this directly

Calls 2

RemoveLocalFunction · 0.85
IsValidMethod · 0.45

Tested by

no test coverage detected