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

Method BuildPipArgs

Modules/PythonInstaller/src/QmitkPipInstaller.cpp:533–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533QStringList QmitkPipInstaller::BuildPipArgs(const QStringList& baseArgs, const mitk::PipInstallGroup& group) const
534{
535 QStringList args = baseArgs;
536
537 if (!group.indexUrl.empty())
538 args.append({ "--index-url", QString::fromStdString(group.indexUrl) });
539
540 for (const auto& arg : group.extraPipArgs)
541 args.append(QString::fromStdString(arg));
542
543 return args;
544}
545
546bool QmitkPipInstaller::ParseResolveReport(const QString& reportPath, int groupIndex)
547{

Callers 2

StartResolveGroupMethod · 0.95
StartInstallPackageMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected