MCPcopy 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
1636QString Application::getJarsPath()
1637{
1638 if(m_jarsPath.isEmpty())
1639 {
1640 return FS::PathCombine(QCoreApplication::applicationDirPath(), "jars");
1641 }
1642 return m_jarsPath;
1643}

Callers 2

performCheckMethod · 0.80
executeTaskMethod · 0.80

Calls 2

PathCombineFunction · 0.85
isEmptyMethod · 0.80

Tested by

no test coverage detected