Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ prevFinished
Method
prevFinished
tools/parser/block_processor.cpp:564–567 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
562
}
563
564
bool prevFinished() {
565
assert(prevDone != nullptr);
566
return *prevDone;
567
}
568
};
569
570
class ProcessSubStep : public QueueStage {
Callers
2
anyNotDone
Method · 0.80
doAll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected