Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ isRunning
Method
isRunning
tools/parser/block_processor.cpp:802–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
800
}
801
802
bool isRunning() {
803
assert(firstStage != nullptr);
804
return !firstStage->isDone;
805
}
806
807
void run() {
808
for (auto &step : steps) {
Callers
1
addNewBlocks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected