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

Method linkBack

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

Source from the content-addressed store, hash-verified

555 }
556
557 void linkBack(QueueStage &prevStage) {
558 // Link the queue- and done-pointers for the previous queue to this object's variables
559 prevStage.nextQueue = &inputQueue;
560 prevStage.nextDone = &isDone;
561 prevDone = &prevStage.isDone;
562 }
563
564 bool prevFinished() {
565 assert(prevDone != nullptr);

Callers 1

setStepOrderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected