handlers which support partial loading, implement this method @throws Exception::NotImplemented
| 190 | /// handlers which support partial loading, implement this method |
| 191 | /// @throws Exception::NotImplemented |
| 192 | void XMLHandler::setLoadDetail(const LOADDETAIL /*d*/) |
| 193 | { |
| 194 | throw Exception::NotImplemented(__FILE__, __LINE__, OPENMS_PRETTY_FUNCTION); |
| 195 | } |
| 196 | |
| 197 | void XMLHandler::checkUniqueIdentifiers_(const std::vector<ProteinIdentification>& prot_ids) const |
| 198 | { |
no outgoing calls
no test coverage detected