MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / metadataIndex

Method metadataIndex

launcher/Application.cpp:1561–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1559}
1560
1561shared_qobject_ptr<Meta::Index> Application::metadataIndex()
1562{
1563 if (!m_metadataIndex)
1564 {
1565 m_metadataIndex.reset(new Meta::Index());
1566 }
1567 return m_metadataIndex;
1568}
1569
1570void Application::updateCapabilities()
1571{

Callers 15

getVersionForLoaderMethod · 0.80
getComponentVersionFunction · 0.80
openedImplMethod · 0.80
loaderFilterChangedMethod · 0.80
ModFilterWidgetMethod · 0.80
loadComponentFunction · 0.80
loadIndexFunction · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected