MCPcopy Create free account
hub / github.com/citp/BlockSci / anyNotDone

Method anyNotDone

tools/parser/block_processor.cpp:661–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659 }
660
661 bool anyNotDone() {
662 for (auto &stage : stages) {
663 if (!stage->prevFinished() || !stage->inputQueue.empty()) {
664 return true;
665 }
666 }
667 return false;
668 }
669
670 void doAll() {
671 bool success = true;

Callers

nothing calls this directly

Calls 2

prevFinishedMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected