MCPcopy Create free account
hub / github.com/MultiMC/Launcher / metadataIndex

Method metadataIndex

launcher/Application.cpp:1627–1634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1625}
1626
1627shared_qobject_ptr<Meta::Index> Application::metadataIndex()
1628{
1629 if (!m_metadataIndex)
1630 {
1631 m_metadataIndex.reset(new Meta::Index());
1632 }
1633 return m_metadataIndex;
1634}
1635
1636QString Application::getJarsPath()
1637{

Callers 14

onDownloadSucceededMethod · 0.80
getVersionForLoaderMethod · 0.80
downloadModsMethod · 0.80
openedImplMethod · 0.80
loadComponentFunction · 0.80
loadIndexFunction · 0.80
getVersionListMethod · 0.80
isRevertibleMethod · 0.80
setVersionMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected