Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ getManagedPackVersionID
Method
getManagedPackVersionID
launcher/BaseInstance.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
QString BaseInstance::getManagedPackVersionID() const
138
{
139
return m_settings->get(
"ManagedPackVersionID"
).toString();
140
}
141
142
QString BaseInstance::getManagedPackVersionName() const
143
{
Callers
1
copyManagedPack
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected