MCPcopy Create free account
hub / github.com/OpenGene/fastp / getLeftInput

Method getLeftInput

src/threadconfig.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 void setInputList(SingleProducerSingleConsumerList<ReadPack*>* list);
44 void setInputListPair(SingleProducerSingleConsumerList<ReadPack*>* left, SingleProducerSingleConsumerList<ReadPack*>* right);
45 SingleProducerSingleConsumerList<ReadPack*>* getLeftInput(){return mLeftInputList;}
46 SingleProducerSingleConsumerList<ReadPack*>* getRightInput(){return mRightInputList;}
47
48private:

Callers 2

processorTaskMethod · 0.80
processorTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected