Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ getManagedPackName
Method
getManagedPackName
launcher/BaseInstance.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
QString BaseInstance::getManagedPackName() const
164
{
165
return m_settings->get(
"ManagedPackName"
).toString();
166
}
167
168
QString BaseInstance::getManagedPackVersionID() const
169
{
Callers
4
copyManagedPack
Method · 0.80
getInstanceByManagedName
Method · 0.80
openedImpl
Method · 0.80
updatePack
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected