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

Method contains

src/openms/source/FORMAT/FileTypes.cpp:107–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 bool FileTypeList::contains(const FileTypes::Type& type) const
108 {
109 for (const auto& t : type_list_)
110 {
111 if (t == type)
112 {
113 return true;
114 }
115 }
116 return false;
117 }
118
119 String FileTypeList::toFileDialogFilter(const FilterLayout style, bool add_all_filter) const
120 {

Callers 15

proteinCellClicked_Method · 0.45
createResourcesMethod · 0.45
hideColumnsMethod · 0.45
annotateWithFilenameMethod · 0.45
tabAt_Method · 0.45
TOPPASResourceMethod · 0.45
contextMenuEventMethod · 0.45
saveAsImageMethod · 0.45
hideColumnsMethod · 0.45

Calls

no outgoing calls

Tested by 1

proteinCellClicked_Method · 0.36