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

Method emptyQueue

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

Source from the content-addressed store, hash-verified

619 }
620
621 void emptyQueue() {
622 using namespace std::chrono_literals;
623 for (auto tx : heldTransactions) {
624 push(tx);
625 }
626 heldTransactions.clear();
627 }
628
629 bool processNext() override {
630 RawTransaction *rawTx = nullptr;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected