Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ isManagedPack
Method
isManagedPack
launcher/BaseInstance.cpp:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
bool BaseInstance::isManagedPack() const
126
{
127
return m_settings->get(
"ManagedPack"
).toBool();
128
}
129
130
QString BaseInstance::getManagedPackType() const
131
{
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