Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ applyMinecraftVersionType
Method
applyMinecraftVersionType
launcher/minecraft/LaunchProfile.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void LaunchProfile::applyMinecraftVersionType(const QString& type)
91
{
92
applyString(type, this->m_minecraftVersionType);
93
}
94
95
void LaunchProfile::applyMinecraftAssets(MojangAssetIndexInfo::Ptr assets)
96
{
Callers
1
applyTo
Method · 0.80
Calls
1
applyString
Function · 0.85
Tested by
no test coverage detected