Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ stopAllWork
Method
stopAllWork
src/thinblock.cpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void ThinBlockWorker::stopAllWork() {
159
for (auto b : blocks)
160
stopWork(b);
161
}
162
163
void ThinBlockWorker::addWork(const uint256& newblock) {
164
assert(!newblock.IsNull());
Callers
2
unexpectedThinError
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36