Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
void CSimpleFile::Seek(std::size_t pos) {
190
m_fFile.seekp(pos);
191
}
192
193
std::size_t CSimpleFile::GetPosition() {
194
return m_fFile.tellp();
Callers
4
ExportNSF_NSFE
Method · 0.80
ConvertFile
Method · 0.80
OpenWaveFile
Method · 0.80
~COutputWaveStream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected