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

Method isSupported

src/openms/source/FORMAT/FileHandler.cpp:131–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 bool FileHandler::isSupported(FileTypes::Type type)
132 {
133 if (type == FileTypes::UNKNOWN || type == FileTypes::SIZE_OF_TYPE)
134 {
135 return false;
136 }
137 else
138 {
139 return true;
140 }
141 }
142
143 FileTypes::Type FileHandler::getConsistentOutputfileType(const String& output_filename, const String& requested_type)
144 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected