Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ applyJarMods
Method
applyJarMods
launcher/minecraft/LaunchProfile.cpp:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void LaunchProfile::applyJarMods(const QList<LibraryPtr>& jarMods)
126
{
127
this->m_jarMods.append(jarMods);
128
}
129
130
static int findLibraryByName(QList<LibraryPtr> *haystack, const GradleSpecifier &needle)
131
{
Callers
1
applyTo
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected