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

Method ProcessStep

tools/parser/block_processor.cpp:658–659  ·  view source on GitHub ↗

AdvanceFunc

Source from the content-addressed store, hash-verified

656
657 // AdvanceFunc
658 ProcessStep(std::unique_ptr<ProcessorStep> func_, std::vector<std::unique_ptr<QueueStage>> stages_) : func(std::move(func_)), stages(std::move(stages_)) {
659 }
660
661 bool anyNotDone() {
662 for (auto &stage : stages) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected