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

Method adjustString

compiler/cpp/tests/catch/catch.hpp:9227–9231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9225 m_str( adjustString( str ) )
9226 {}
9227 std::string CasedString::adjustString( std::string const& str ) const {
9228 return m_caseSensitivity == CaseSensitive::No
9229 ? toLower( str )
9230 : str;
9231 }
9232 std::string CasedString::caseSensitivitySuffix() const {
9233 return m_caseSensitivity == CaseSensitive::No
9234 ? " (case insensitive)"

Callers 1

matchMethod · 0.80

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected