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

Method GetSize

Source/FileStream.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133std::int64_t FileStreamOut::GetSize() const
134{
135 return mStream->getPosition();
136}
137
138FileStreamIn& FileStreamIn::operator>>(int& var)
139{

Callers

nothing calls this directly

Calls 1

getPositionMethod · 0.80

Tested by

no test coverage detected