Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ init
Function
init
src/OpenLoco/src/ViewportManager.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
static sfl::static_vector<Viewport, kMaxViewports> _viewports{};
26
27
void init()
28
{
29
_viewports.clear();
30
}
31
32
static Viewport* allocate()
33
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected