MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getCurrentOutDir_

Method getCurrentOutDir_

src/openms_gui/source/VISUAL/DIALOGS/SwathTabWidget.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 QString SwathTabWidget::getCurrentOutDir_() const
242 {
243 QString out_dir(ui->out_dir->dirNameValid() ?
244 ui->out_dir->getDirectory() :
245 getDefaultOutDir());
246 return out_dir;
247 }
248
249 vector<pair<String, bool>> SwathTabWidget::getPyProphetInputFiles() const
250 {

Callers

nothing calls this directly

Calls 3

getDefaultOutDirFunction · 0.85
dirNameValidMethod · 0.80
getDirectoryMethod · 0.45

Tested by

no test coverage detected