Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ isManagedPack
Method
isManagedPack
launcher/BaseInstance.cpp:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
bool BaseInstance::isManagedPack() const
149
{
150
return m_settings->get(
"ManagedPack"
).toBool();
151
}
152
153
QString BaseInstance::getManagedPackType() const
154
{
Callers
4
copyManagedPack
Method · 0.80
shouldDisplay
Method · 0.80
ModrinthManagedPackPage
Method · 0.80
FlameManagedPackPage
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected