Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ reload
Method
reload
launcher/minecraft/gameoptions/GameOptions.cpp:133–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
bool GameOptions::reload()
134
{
135
beginResetModel();
136
loaded = load(path, contents, version);
137
endResetModel();
138
return loaded;
139
}
140
141
bool GameOptions::save()
142
{
Callers
nothing calls this directly
Calls
1
load
Function · 0.85
Tested by
no test coverage detected