Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ applyMinecraftAssets
Method
applyMinecraftAssets
launcher/minecraft/LaunchProfile.cpp:95–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void LaunchProfile::applyMinecraftAssets(MojangAssetIndexInfo::Ptr assets)
96
{
97
if (assets) {
98
m_minecraftAssets = assets;
99
}
100
}
101
102
void LaunchProfile::applyTraits(const QSet<QString>& traits)
103
{
Callers
1
applyTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected