MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetFilePosition

Method GetFilePosition

Source/FileStream.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221int FileStreamIn::GetFilePosition() const
222{
223 return int(mStream->getPosition());
224}
225
226bool FileStreamIn::OpenedOk() const
227{

Callers 2

LoadStateMethod · 0.80
LoadStateMethod · 0.80

Calls 1

getPositionMethod · 0.80

Tested by

no test coverage detected