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

Method finalize

launcher/minecraft/launch/ExtractNatives.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void ExtractNatives::finalize()
95{
96 auto instance = m_parent->instance();
97 QString target_dir = FS::PathCombine(instance->instanceRoot(), "natives/");
98 QDir dir(target_dir);
99 dir.removeRecursively();
100}

Callers

nothing calls this directly

Calls 3

PathCombineFunction · 0.85
instanceRootMethod · 0.80
instanceMethod · 0.45

Tested by

no test coverage detected