MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / adjustString

Method adjustString

extlibs/catch/include/catch/catch.hpp:11218–11222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11216 m_str( adjustString( str ) )
11217 {}
11218 std::string CasedString::adjustString( std::string const& str ) const {
11219 return m_caseSensitivity == CaseSensitive::No
11220 ? toLower( str )
11221 : str;
11222 }
11223 std::string CasedString::caseSensitivitySuffix() const {
11224 return m_caseSensitivity == CaseSensitive::No
11225 ? " (case insensitive)"

Callers 1

matchMethod · 0.80

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected