MCPcopy 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
570class ProcessSubStep : public QueueStage {

Callers 2

anyNotDoneMethod · 0.80
doAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected