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

Method loaderModList

launcher/minecraft/MinecraftInstance.cpp:1177–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175}
1176
1177std::shared_ptr<ModFolderModel> MinecraftInstance::loaderModList()
1178{
1179 if (!m_loader_mod_list) {
1180 bool is_indexed = !APPLICATION->settings()->get("ModMetadataDisabled").toBool();
1181 m_loader_mod_list.reset(new ModFolderModel(modsRoot(), this, is_indexed));
1182 }
1183 return m_loader_mod_list;
1184}
1185
1186std::shared_ptr<ModFolderModel> MinecraftInstance::coreModList()
1187{

Callers 10

getPagesFunction · 0.80
collectFilesMethod · 0.80
collectHashesMethod · 0.80
collectFilesMethod · 0.80
collectHashesMethod · 0.80
processURLsMethod · 0.80
isPackInstalledMethod · 0.80
ExportPackDialogMethod · 0.80
executeTaskMethod · 0.80

Calls 3

getMethod · 0.45
settingsMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected