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

Method toLower

src/openms/source/DATASTRUCTURES/StringListUtils.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void StringListUtils::toLower(StringList& sl)
37 {
38 std::for_each(sl.begin(), sl.end(), boost::mem_fn(&String::toLower));
39 }
40
41 StringListUtils::Iterator StringListUtils::searchPrefix(const Iterator& start, const Iterator& end, const String& text, bool trim)
42 {

Callers 15

getToolToolStatus_Method · 0.80
foreachFunction · 0.80
TOPPASResourceMethod · 0.80
main_Method · 0.80
convertPSMScores_Method · 0.80
createParamFile_Method · 0.80
main_Method · 0.80
main_Method · 0.80
getScoreMethod · 0.80
findDecoyStringMethod · 0.80
updateMembers_Method · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 2

main_Method · 0.64
storeMethod · 0.64