MCPcopy Create free account
hub / github.com/ElementsProject/elements / Stop

Method Stop

src/index/base.cpp:367–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void BaseIndex::Stop()
368{
369 UnregisterValidationInterface(this);
370
371 if (m_thread_sync.joinable()) {
372 m_thread_sync.join();
373 }
374}
375
376IndexSummary BaseIndex::GetSummary() const
377{

Callers 3

BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45

Calls 2

joinMethod · 0.45

Tested by 3

BOOST_FIXTURE_TEST_CASEFunction · 0.36
BOOST_FIXTURE_TEST_CASEFunction · 0.36
BOOST_FIXTURE_TEST_CASEFunction · 0.36