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

Method initWriter

src/writerthread.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void WriterThread::initWriter(string filename1, bool isSTDOUT) {
205 deleteWriter();
206 mWriter1 = new Writer(mOptions, filename1, mOptions->compression, isSTDOUT);
207}
208
209void WriterThread::initBufferLists() {
210 mBufferLists = new SingleProducerSingleConsumerList<string*>*[mOptions->thread];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected