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

Function mcLoaders

launcher/ui/dialogs/ModUpdateDialog.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static ModAPI::ModLoaderTypes mcLoaders(BaseInstance* inst)
32{
33 return { static_cast<MinecraftInstance*>(inst)->getPackProfile()->getModLoaders() };
34}
35
36ModUpdateDialog::ModUpdateDialog(QWidget* parent,
37 BaseInstance* instance,

Callers 1

checkCandidatesMethod · 0.85

Calls 2

getModLoadersMethod · 0.80
getPackProfileMethod · 0.80

Tested by

no test coverage detected