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

Method recycleToPool2

src/peprocessor.cpp:356–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void PairEndProcessor::recycleToPool2(int tid, Read* r) {
357 // failed to recycle, then delete it
358 if(!mRightReadPool->input(tid, r))
359 delete r;
360}
361
362bool PairEndProcessor::processPairEnd(ReadPack* leftPack, ReadPack* rightPack, ThreadConfig* config){
363 if(leftPack->count != rightPack->count) {

Callers

nothing calls this directly

Calls 1

inputMethod · 0.45

Tested by

no test coverage detected