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