MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getPosition

Method getPosition

src/Core/src/FileStream.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 size_t FileStream::getPosition() const noexcept
145 {
146 return _offset;
147 }
148
149 void FileStream::setPosition(size_t position)
150 {

Callers 3

generateFileFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

generateFileFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36