MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / save_internal

Method save_internal

launcher/minecraft/PackProfile.cpp:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void PackProfile::save_internal()
284{
285 qDebug() << d->m_instance->name() << "|" << "Component list save performed now";
286 auto filename = componentsFilePath();
287 savePackProfile(filename, d->components);
288 d->dirty = false;
289}
290
291PackProfile::Result PackProfile::load()
292{

Callers

nothing calls this directly

Calls 2

savePackProfileFunction · 0.85
nameMethod · 0.45

Tested by

no test coverage detected