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

Method recycleToPool

src/seprocessor.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void SingleEndProcessor::recycleToPool(int tid, Read* r) {
192 // failed to recycle, then delete it
193 if(!mReadPool->input(tid, r))
194 delete r;
195}
196
197bool SingleEndProcessor::processSingleEnd(ReadPack* pack, ThreadConfig* config){
198 // build output on stack strings, move to heap only when handing off to writers

Callers

nothing calls this directly

Calls 1

inputMethod · 0.45

Tested by

no test coverage detected