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

Method getComponentVersion

launcher/minecraft/PackProfile.cpp:999–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997}
998
999QString PackProfile::getComponentVersion(const QString& uid) const
1000{
1001 const auto iter = d->componentIndex.find(uid);
1002 if (iter != d->componentIndex.end()) {
1003 return (*iter)->getVersion();
1004 }
1005 return QString();
1006}
1007
1008void PackProfile::disableInteraction(bool disable)
1009{

Callers 9

createSearchArgumentsMethod · 0.80
prepareBasicFilterMethod · 0.80
InstallLoaderPageClass · 0.80
supportsDemoMethod · 0.80
executeTaskMethod · 0.80

Calls 3

QStringClass · 0.85
findMethod · 0.45
getVersionMethod · 0.45

Tested by

no test coverage detected