| 96 | : m_chain{std::move(chain)}, m_name{std::move(name)}, m_thread_name{std::move(thread_name)} {} |
| 97 | |
| 98 | BaseIndex::~BaseIndex() |
| 99 | { |
| 100 | Interrupt(); |
| 101 | Stop(); |
| 102 | } |
| 103 | |
| 104 | bool BaseIndex::Init() |
| 105 | { |
nothing calls this directly
no test coverage detected