| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected