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

Method toUpper

src/openms/source/DATASTRUCTURES/StringListUtils.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void StringListUtils::toUpper(StringList& sl)
32 {
33 std::for_each(sl.begin(), sl.end(), boost::mem_fn(&String::toUpper));
34 }
35
36 void StringListUtils::toLower(StringList& sl)
37 {

Callers 15

createCSVReportMethod · 0.80
main_Method · 0.80
main_Method · 0.80
extractName<bool>Function · 0.80
updateScoresMethod · 0.80
getTypeByFileNameMethod · 0.80
toUnimodLikeStringMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 2

handlePTMsMethod · 0.64
START_SECTIONFunction · 0.64