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

Function foreach

src/openms_gui/source/VISUAL/DIALOGS/TOPPASToolConfigDialog.cpp:130–133  ·  view source on GitHub ↗

remove parameters already explained by edges and the "type" parameter

Source from the content-addressed store, hash-verified

128
129 //remove parameters already explained by edges and the "type" parameter
130 foreach(const String &name, hidden_entries_)
131 {
132 param_->remove(name);
133 }
134
135 //load data into editor
136 editor_->load(*param_);

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected