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

Method SetInstallSpec

Modules/PythonInstaller/src/QmitkPipInstaller.cpp:136–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void QmitkPipInstaller::SetInstallSpec(const mitk::PipInstallSpec& spec)
137{
138 if (this->IsRunning())
139 {
140 MITK_WARN << "Cannot change install spec while an operation is running.";
141 return;
142 }
143
144 m_Spec = spec;
145}
146
147void QmitkPipInstaller::StartInstall()
148{

Callers 1

OnInstallClickedMethod · 0.80

Calls 1

IsRunningMethod · 0.95

Tested by

no test coverage detected