MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / metadataIndex

Method metadataIndex

launcher/Application.cpp:1698–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1696}
1697
1698shared_qobject_ptr<Meta::Index> Application::metadataIndex()
1699{
1700 if (!m_metadataIndex) {
1701 m_metadataIndex.reset(new Meta::Index());
1702 }
1703 return m_metadataIndex;
1704}
1705
1706void Application::updateCapabilities()
1707{

Callers 15

getVersionForLoaderMethod · 0.80
getComponentVersionFunction · 0.80
getVersionForLoaderMethod · 0.80
openedImplMethod · 0.80
loaderFilterChangedMethod · 0.80
openedImplFunction · 0.80
InstallDialogMethod · 0.80
loadVersionListMethod · 0.80
openedImplFunction · 0.80
getLoadTaskMethod · 0.80
loadComponentFunction · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected