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

Method closeOutput

src/seprocessor.cpp:45–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void SingleEndProcessor::closeOutput() {
46 if(mLeftWriter) {
47 delete mLeftWriter;
48 mLeftWriter = NULL;
49 }
50 if(mFailedWriter) {
51 delete mFailedWriter;
52 mFailedWriter = NULL;
53 }
54}
55
56void SingleEndProcessor::initConfig(ThreadConfig* config) {
57 if(mOptions->out.empty())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected