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