Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
367
void BaseIndex::Stop()
368
{
369
UnregisterValidationInterface(this);
370
371
if (m_thread_sync.joinable()) {
372
m_thread_sync.join();
373
}
374
}
375
376
IndexSummary BaseIndex::GetSummary() const
377
{
Callers
3
BOOST_FIXTURE_TEST_CASE
Function · 0.45
BOOST_FIXTURE_TEST_CASE
Function · 0.45
BOOST_FIXTURE_TEST_CASE
Function · 0.45
Calls
2
UnregisterValidationInterface
Function · 0.85
join
Method · 0.45
Tested by
3
BOOST_FIXTURE_TEST_CASE
Function · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36