MCPcopy Create free account
hub / github.com/MITK/MITK / AdvanceToNextGroup

Method AdvanceToNextGroup

Modules/PythonInstaller/src/QmitkPipInstaller.cpp:638–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638void QmitkPipInstaller::AdvanceToNextGroup()
639{
640 m_CurrentGroup++;
641 m_GroupStartIndex = static_cast<int>(m_ResolvedPackages.size());
642
643 if (m_CurrentGroup < static_cast<int>(m_Groups.size()))
644 {
645 m_State = State::Resolving;
646 emit ResolveStarted();
647 this->StartResolveGroup();
648 }
649 else
650 {
651 this->BeginPostInstallPhase();
652 }
653}
654
655// Called once all pip groups have finished. If no post-install steps are
656// configured, immediately emits the terminal InstallFinished. Otherwise

Callers 1

OnProcessFinishedMethod · 0.95

Calls 3

StartResolveGroupMethod · 0.95
BeginPostInstallPhaseMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected