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

Method ProcessSubStep

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

Source from the content-addressed store, hash-verified

574 bool discardIfFull;
575
576 ProcessSubStep(std::function<void(RawTransaction &)> func_, const DiscardCheckFunc &shouldDiscard_, bool discardIfFull_) : func(std::move(func_)), shouldDiscard(shouldDiscard_), discardIfFull(discardIfFull_) {}
577
578 // inputProcessingDone
579 bool processNext() override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected