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

Method setLoadDetail

src/openms/source/FORMAT/HANDLERS/XMLHandler.cpp:192–195  ·  view source on GitHub ↗

handlers which support partial loading, implement this method @throws Exception::NotImplemented

Source from the content-addressed store, hash-verified

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 {

Callers 3

loadSizeMethod · 0.45
transformFirstPass_Method · 0.45
transformFirstPass_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected