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

Method atEnd

src/openms/source/FORMAT/FASTAFile.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 bool FASTAFile::atEnd()
199 {
200 return (infile_.peek() == std::streambuf::traits_type::eof());
201 }
202
203 void FASTAFile::load(const String &filename, vector<FASTAEntry> &data) const
204 {

Callers 3

computeFileHashMethod · 0.80
readFromFile_Method · 0.80
emptyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected