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

Method getManagedPackVersionName

launcher/BaseInstance.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142QString BaseInstance::getManagedPackVersionName() const
143{
144 return m_settings->get("ManagedPackVersionName").toString();
145}
146
147void BaseInstance::setManagedPack(const QString& type, const QString& id, const QString& name, const QString& versionId, const QString& version)
148{

Callers 5

copyManagedPackMethod · 0.80
updateInstanceMethod · 0.80
createInstanceMethod · 0.80
updateInstanceMethod · 0.80
createInstanceMethod · 0.80

Calls 2

toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected