Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ getManagedPackName
Method
getManagedPackName
launcher/BaseInstance.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
QString BaseInstance::getManagedPackName() const
133
{
134
return m_settings->get(
"ManagedPackName"
).toString();
135
}
136
137
QString BaseInstance::getManagedPackVersionID() const
138
{
Callers
2
copyManagedPack
Method · 0.80
getInstanceByManagedName
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected