MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / Seek

Method Seek

Source/SimpleFile.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void CSimpleFile::Seek(std::size_t pos) {
190 m_fFile.seekp(pos);
191}
192
193std::size_t CSimpleFile::GetPosition() {
194 return m_fFile.tellp();

Callers 4

ExportNSF_NSFEMethod · 0.80
ConvertFileMethod · 0.80
OpenWaveFileMethod · 0.80
~COutputWaveStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected