MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / Clear

Method Clear

src/openrct2/core/MemoryStream.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void MemoryStream::Clear()
162 {
163 _dataSize = 0;
164 _position = 0;
165 }
166
167 const void* MemoryStream::ReadDirect(size_t length)
168 {

Callers 5

TEST_FFunction · 0.45
ReadWriteEntityMethod · 0.45
ParseStringMethod · 0.45
clearMethod · 0.45
ShiftMapFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36