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

Method insert

src/openms/source/KERNEL/ConsensusFeature.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 ConsensusFeature::~ConsensusFeature() = default;
42
43 void ConsensusFeature::insert(const ConsensusFeature& cf)
44 {
45 handles_.insert(cf.handles_.begin(), cf.handles_.end());
46 peptides_.insert(peptides_.end(), cf.getPeptideIdentifications().begin(), cf.getPeptideIdentifications().end());
47 }
48
49 void ConsensusFeature::insert(ConsensusFeature&& cf)
50 {

Callers 9

testConsensusFeatureFunction · 0.95
getAnnotationStateMethod · 0.45
addIDMatchMethod · 0.45
updateIDReferencesMethod · 0.45
FeatureMap.cppFile · 0.45
ConsensusMap.cppFile · 0.45
isMapConsistentMethod · 0.45

Calls 8

FeatureHandleClass · 0.85
getUniqueIdMethod · 0.80
StringClass · 0.50
insertFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
getMapIndexMethod · 0.45
setMetaValueMethod · 0.45

Tested by 1

testConsensusFeatureFunction · 0.76