Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ applyMainJar
Method
applyMainJar
launcher/minecraft/LaunchProfile.cpp:245–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
void LaunchProfile::applyMainJar(LibraryPtr jar)
246
{
247
if(jar)
248
{
249
m_mainJar = jar;
250
}
251
}
252
253
void LaunchProfile::applyProblemSeverity(ProblemSeverity severity)
254
{
Callers
1
applyTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected