Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Stop
Method
Stop
src/index/base.cpp:271–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
void BaseIndex::Stop()
272
{
273
UnregisterValidationInterface(this);
274
275
if (m_thread_sync.joinable()) {
276
m_thread_sync.join();
277
}
278
}
Callers
1
BOOST_FIXTURE_TEST_CASE
Function · 0.45
Calls
2
UnregisterValidationInterface
Function · 0.85
join
Method · 0.80
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.36