Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ applyMainJar
Method
applyMainJar
launcher/minecraft/LaunchProfile.cpp:235–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
void LaunchProfile::applyMainJar(LibraryPtr jar)
236
{
237
if (jar) {
238
m_mainJar = jar;
239
}
240
}
241
242
void LaunchProfile::applyProblemSeverity(ProblemSeverity severity)
243
{
Callers
1
applyTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected