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

Method addProtein

src/openms/source/DATASTRUCTURES/OSWData.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 const char* OSWHierarchy::LevelName[] = { "protein", "peptide", "feature/peakgroup", "transition" };
17
18 void OSWData::addProtein(OSWProtein&& prot)
19 {
20 // check if transitions are known
21 checkTransitions_(prot);
22 proteins_.push_back(std::move(prot));
23 }
24
25 void OSWData::clear()
26 {

Callers 7

readMinimalMethod · 0.45
getFullProteins_Method · 0.45
endElementMethod · 0.45
createAssayLibrary_Method · 0.45
START_SECTIONFunction · 0.45
TraMLFile_test.cppFile · 0.45

Calls 1

push_backMethod · 0.45

Tested by 1

START_SECTIONFunction · 0.36