Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ getManagedPackID
Method
getManagedPackID
launcher/BaseInstance.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
QString BaseInstance::getManagedPackID() const
136
{
137
return m_settings->get(
"ManagedPackID"
).toString();
138
}
139
140
QString BaseInstance::getManagedPackName() const
141
{
Callers
7
copyManagedPack
Method · 0.80
openedImpl
Method · 0.80
parseManagedPack
Method · 0.80
url
Method · 0.80
update
Method · 0.80
updateFromFile
Method · 0.80
suggestVersion
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected