Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ getOutput
Method
getOutput
src/openms_gui/source/VISUAL/DIALOGS/ToolsDialog.cpp:425–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
String ToolsDialog::getOutput()
426
{
427
if (output_combo_->currentText() ==
"<select>"
)
428
return
""
;
429
430
return output_combo_->currentText();
431
}
432
433
String ToolsDialog::getInput()
434
{
Callers
1
showTOPPDialog_
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected