MCPcopy Create free account
hub / github.com/apache/trafficserver / toLower

Function toLower

lib/catch2/catch.hpp:13835–13839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13833 std::transform( s.begin(), s.end(), s.begin(), toLowerCh );
13834 }
13835 std::string toLower( std::string const& s ) {
13836 std::string lc = s;
13837 toLowerInPlace( lc );
13838 return lc;
13839 }
13840 std::string trim( std::string const& str ) {
13841 static char const* whitespaceChars = "\n\r\t ";
13842 std::string::size_type start = str.find_first_not_of( whitespaceChars );

Callers 7

makeCommandLineParserFunction · 0.85
listTagsFunction · 0.85
adjustStringMethod · 0.85
setTagsFunction · 0.85
NamePatternMethod · 0.85
TagPatternMethod · 0.85
normaliseStringMethod · 0.85

Calls 1

toLowerInPlaceFunction · 0.85

Tested by

no test coverage detected