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

Method get

launcher/minecraft/mod/MetadataHandler.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 static auto get(QDir& index_dir, QString mod_slug) -> ModStruct
61 {
62 return Packwiz::V1::getIndexForMod(index_dir, mod_slug);
63 }
64
65 static auto get(QDir& index_dir, QVariant& mod_id) -> ModStruct
66 {

Callers 8

updateMethod · 0.45
onUpdateSucceededMethod · 0.45
allModsMethod · 0.45
onUpdateSucceededMethod · 0.45
onParseSucceededMethod · 0.45
applyUpdatesMethod · 0.45
ReadMCModTOMLFunction · 0.45
ReadForgeInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected