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

Method Eof

Source/FileStream.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216bool FileStreamIn::Eof() const
217{
218 return mStream->isExhausted();
219}
220
221int FileStreamIn::GetFilePosition() const
222{

Callers 3

LoadStateMethod · 0.80
LoadStateMethod · 0.80
LoadStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected