Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createCSVReport
Method · 0.80
createPeptideCentricCSVReport
Method · 0.80
main_
Method · 0.80
main_
Method · 0.80
setLuciphorTargetMods_
Method · 0.80
stringListToIsotopeCorrectionMatrix_
Method · 0.80
extractName<bool>
Function · 0.80
extractAndTransformScores
Method · 0.80
updateScores
Method · 0.80
fileParamValidityCheck_
Method · 0.80
getTypeByFileName
Method · 0.80
toUnimodLikeString
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
2
handlePTMs
Method · 0.64
START_SECTION
Function · 0.64