Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ getJarsPath
Method
getJarsPath
launcher/Application.cpp:1636–1643 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1634
}
1635
1636
QString Application::getJarsPath()
1637
{
1638
if(m_jarsPath.isEmpty())
1639
{
1640
return FS::PathCombine(QCoreApplication::applicationDirPath(),
"jars"
);
1641
}
1642
return m_jarsPath;
1643
}
Callers
2
performCheck
Method · 0.80
executeTask
Method · 0.80
Calls
2
PathCombine
Function · 0.85
isEmpty
Method · 0.80
Tested by
no test coverage detected