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

Method assignUIDs

src/openms/source/METADATA/MSQuantifications.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 void MSQuantifications::assignUIDs()
129 {
130 for (std::vector<Assay>::iterator ait = assays_.begin(); ait != assays_.end(); ++ait)
131 {
132 ait->uid_ = String(UniqueIdGenerator::getUniqueId());
133 }
134 }
135
136 void MSQuantifications::registerExperiment(PeakMap & exp, std::vector<std::vector<std::pair<String, double> > > label)
137 {

Callers 2

testMSQuantificationsFunction · 0.95
main_Method · 0.80

Calls 4

getUniqueIdFunction · 0.85
StringClass · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by 1

testMSQuantificationsFunction · 0.76