Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ getManagedPackName
Method
getManagedPackName
launcher/BaseInstance.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
QString BaseInstance::getManagedPackName() const
141
{
142
return m_settings->get(
"ManagedPackName"
).toString();
143
}
144
145
QString BaseInstance::getManagedPackVersionID() const
146
{
Callers
5
copyManagedPack
Method · 0.80
getInstanceByManagedName
Method · 0.80
openedImpl
Method · 0.80
parseManagedPack
Method · 0.80
update
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected