MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / close

Method close

src/openms/source/FORMAT/GzipIfstream.cpp:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void GzipIfstream::close()
115 {
116 if (gzfile_ != nullptr)
117 {
118 gzclose(gzfile_);
119 }
120 gzfile_ = nullptr;
121 stream_at_end_ = true;
122 }
123
124/*
125 void GzipIfstream::updateCRC32(const char* s, const size_t n)

Callers 15

~CSVWriterMethod · 0.45
writeToLogFile_Method · 0.45
keyPressEventMethod · 0.45
~SequenceVisualizerMethod · 0.45
exportEntriesMethod · 0.45
closeByTabMethod · 0.45
closeTabMethod · 0.45
closeByTabMethod · 0.45
closeFileMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
on_run_fd_clickedMethod · 0.45

Calls

no outgoing calls

Tested by 9

debugFileCreator_Method · 0.36
filesEqualFunction · 0.36
storeMethod · 0.36
loadMethod · 0.36
getSequencesMethod · 0.36
compressTrieDBMethod · 0.36
generateTrieDBMethod · 0.36
getLabelsMethod · 0.36
getWantedRecordsMethod · 0.36