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

Method deleteWriter

src/threadconfig.cpp:76–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void ThreadConfig::deleteWriter() {
77 if(mWriter1 != NULL) {
78 delete mWriter1;
79 mWriter1 = NULL;
80 }
81 if(mWriter2 != NULL) {
82 delete mWriter2;
83 mWriter2 = NULL;
84 }
85}
86
87void ThreadConfig::initWriter(string filename1) {
88 deleteWriter();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected