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

Method metadataIndex

launcher/Application.cpp:1686–1693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1684}
1685
1686shared_qobject_ptr<Meta::Index> Application::metadataIndex()
1687{
1688 if (!m_metadataIndex)
1689 {
1690 m_metadataIndex.reset(new Meta::Index());
1691 }
1692 return m_metadataIndex;
1693}
1694
1695QString Application::getJarsPath()
1696{

Callers 15

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

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected