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

Method recycleToPool

src/seprocessor.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void SingleEndProcessor::recycleToPool(int tid, Read* r) {
175 // failed to recycle, then delete it
176 if(!mReadPool->input(tid, r))
177 delete r;
178}
179
180bool SingleEndProcessor::processSingleEnd(ReadPack* pack, ThreadConfig* config){
181 string* outstr = new string();

Callers

nothing calls this directly

Calls 1

inputMethod · 0.45

Tested by

no test coverage detected