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

Method writeEnd

src/openms/source/FORMAT/FASTAFile.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 void FASTAFile::writeEnd()
256 {
257 outfile_.close();
258 }
259
260 void FASTAFile::store(const String &filename, const vector<FASTAEntry> &data) const
261 {

Callers 2

main_Method · 0.80
storeMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected