MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / save_internal

Method save_internal

launcher/minecraft/PackProfile.cpp:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void PackProfile::save_internal()
298{
299 qDebug() << "Component list save performed now for" << d->m_instance->name();
300 auto filename = componentsFilePath();
301 savePackProfile(filename, d->components);
302 d->dirty = false;
303}
304
305bool PackProfile::load()
306{

Callers

nothing calls this directly

Calls 2

savePackProfileFunction · 0.85
nameMethod · 0.45

Tested by

no test coverage detected