MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / mod_id

Method mod_id

launcher/minecraft/mod/Mod.cpp:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154auto Mod::mod_id() const -> QString
155{
156 auto d_mod_id = details().mod_id;
157 if (!d_mod_id.isEmpty())
158 return d_mod_id;
159
160 return Resource::name();
161}
162
163auto Mod::version() const -> QString
164{

Callers 6

findByIdFunction · 0.45
onParseFinishedMethod · 0.45
collectModsFunction · 0.45
getAffectedModsMethod · 0.45
deleteResourcesMethod · 0.45
PackwizTestClass · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected