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

Method adjustString

lib/catch2/catch.hpp:11717–11721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11715 m_str( adjustString( str ) )
11716 {}
11717 std::string CasedString::adjustString( std::string const& str ) const {
11718 return m_caseSensitivity == CaseSensitive::No
11719 ? toLower( str )
11720 : str;
11721 }
11722 std::string CasedString::caseSensitivitySuffix() const {
11723 return m_caseSensitivity == CaseSensitive::No
11724 ? " (case insensitive)"

Callers 1

matchMethod · 0.80

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected