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

Method addStep

tools/parser/block_processor.cpp:746–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744 ProcessStepQueue() {}
745
746 void addStep(ProcessStep && step) {
747 steps.emplace_back(std::move(step));
748 }
749
750 void setStepOrder(const std::vector<StepNum> &subStepList) {
751 std::unordered_set<StepNum> allSubSteps;

Callers 1

addNewBlocksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected