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

Method ~BaseIndex

src/index/base.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 : m_chain{std::move(chain)}, m_name{std::move(name)}, m_thread_name{std::move(thread_name)} {}
97
98BaseIndex::~BaseIndex()
99{
100 Interrupt();
101 Stop();
102}
103
104bool BaseIndex::Init()
105{

Callers

nothing calls this directly

Calls 1

InterruptFunction · 0.85

Tested by

no test coverage detected