Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.45
ReadWriteEntity
Method · 0.45
ParseString
Method · 0.45
clear
Method · 0.45
ShiftMap
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36