Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ saveNow
Method
saveNow
launcher/minecraft/PackProfile.cpp:242–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
// BEGIN: save/load logic
241
242
void PackProfile::saveNow()
243
{
244
if(saveIsScheduled())
245
{
246
d->m_saveTimer.stop();
247
save_internal();
248
}
249
}
250
251
bool PackProfile::saveIsScheduled() const
252
{
Callers
5
install
Method · 0.45
install
Method · 0.45
run
Method · 0.45
install
Method · 0.45
createInstance
Method · 0.45
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected