Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ isManagedPack
Method
isManagedPack
launcher/BaseInstance.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool BaseInstance::isManagedPack() const
118
{
119
return m_settings->get(
"ManagedPack"
).toBool();
120
}
121
122
QString BaseInstance::getManagedPackType() const
123
{
Callers
1
copyManagedPack
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected