MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / notifyInstallationEnd

Method notifyInstallationEnd

src/installationmanager.cpp:936–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934}
935
936void InstallationManager::notifyInstallationEnd(const InstallationResult& result,
937 ModInfo::Ptr newMod)
938{
939 auto& installers = m_PluginContainer->plugins<IPluginInstaller>();
940 for (auto* installer : installers) {
941 if (m_PluginContainer->isEnabled(installer)) {
942 installer->onInstallationEnd(result.result(), newMod.get());
943 }
944 }
945}

Callers 1

doInstallMethod · 0.80

Calls 3

isEnabledMethod · 0.45
resultMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected