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

Method position

src/openms/source/FORMAT/FASTAFile.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 std::streampos FASTAFile::position()
183 {
184 return infile_.tellg();
185 }
186
187 bool FASTAFile::setPosition(const std::streampos &pos)
188 {

Callers 4

cacheChunkMethod · 0.45
readAtMethod · 0.45
FASTAFile_test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected