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

Method AbandonInstall

Modules/PythonInstaller/src/QmitkPipInstaller.cpp:176–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void QmitkPipInstaller::AbandonInstall()
177{
178 // Only act after a failed install. After a successful install the venv
179 // belongs to the consumer; while an operation is in progress the consumer
180 // should call Cancel() instead.
181 if (m_State != State::Failed)
182 return;
183
184 this->RemoveCreatedVirtualEnv();
185}
186
187void QmitkPipInstaller::Cancel()
188{

Callers 2

closeEventMethod · 0.80
rejectMethod · 0.80

Calls 1

Tested by

no test coverage detected