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

Method ~TorController

src/torcontrol.cpp:368–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368TorController::~TorController()
369{
370 Interrupt();
371 Join();
372 if (m_service.IsValid()) {
373 RemoveLocal(m_service);
374 }
375}
376
377void TorController::Interrupt()
378{

Callers

nothing calls this directly

Calls 4

InterruptFunction · 0.85
JoinFunction · 0.85
RemoveLocalFunction · 0.85
IsValidMethod · 0.45

Tested by

no test coverage detected