MCPcopy Create free account
hub / github.com/LUX-Core/lux / ~LuxController

Method ~LuxController

src/luxcontrol.cpp:455–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455LuxController::~LuxController()
456{
457 if (reconnect_ev) {
458 event_free(reconnect_ev);
459 reconnect_ev = 0;
460 }
461 if (service.IsValid()) {
462 RemoveLocal(service);
463 }
464}
465
466void LuxController::add_onion_cb(LuxControlConnection& _conn, const LuxControlReply& reply)
467{

Callers

nothing calls this directly

Calls 2

RemoveLocalFunction · 0.85
IsValidMethod · 0.45

Tested by

no test coverage detected