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

Method coreModList

launcher/minecraft/MinecraftInstance.cpp:1186–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186std::shared_ptr<ModFolderModel> MinecraftInstance::coreModList()
1187{
1188 if (!m_core_mod_list) {
1189 bool is_indexed = !APPLICATION->settings()->get("ModMetadataDisabled").toBool();
1190 m_core_mod_list.reset(new ModFolderModel(coreModsDir(), this, is_indexed));
1191 }
1192 return m_core_mod_list;
1193}
1194
1195std::shared_ptr<ModFolderModel> MinecraftInstance::nilModList()
1196{

Callers 2

getPagesFunction · 0.80
executeTaskMethod · 0.80

Calls 3

getMethod · 0.45
settingsMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected