Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ clear
Method
clear
src/Core/src/MemoryStream.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void MemoryStream::clear()
52
{
53
_offset = 0;
54
_length = 0;
55
}
56
57
const std::byte* MemoryStream::data() const
58
{
Callers
2
initialize
Function · 0.45
shutdown
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected