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

Method closeOutput

src/seprocessor.cpp:56–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void SingleEndProcessor::closeOutput() {
57 if(mLeftWriter) {
58 delete mLeftWriter;
59 mLeftWriter = NULL;
60 }
61 if(mFailedWriter) {
62 delete mFailedWriter;
63 mFailedWriter = NULL;
64 }
65}
66
67void SingleEndProcessor::initConfig(ThreadConfig* config) {
68 if(mOptions->out1.empty())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected