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

Method run

src/openms/source/SYSTEM/ExternalProcess.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51 ExternalProcess::RETURNSTATE ExternalProcess::run(const QString& exe, const QStringList& args, const QString& working_dir, const bool verbose, IO_MODE io_mode)
52 {
53 String error_msg;
54 return run(exe, args, working_dir, verbose, error_msg, io_mode);
55 }
56
57 ExternalProcess::RETURNSTATE ExternalProcess::run(const QString& exe, const QStringList& args, const QString& working_dir, const bool verbose, String& error_msg, IO_MODE io_mode)
58 {

Callers

nothing calls this directly

Calls 5

QStringListClass · 0.50
StringClass · 0.50
clearMethod · 0.45
isEmptyMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected