MCPcopy Create free account
hub / github.com/RenderKit/oidn / adjustString

Method adjustString

external/catch.hpp:11706–11710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11704 m_str( adjustString( str ) )
11705 {}
11706 std::string CasedString::adjustString( std::string const& str ) const {
11707 return m_caseSensitivity == CaseSensitive::No
11708 ? toLower( str )
11709 : str;
11710 }
11711 std::string CasedString::caseSensitivitySuffix() const {
11712 return m_caseSensitivity == CaseSensitive::No
11713 ? " (case insensitive)"

Callers 1

matchMethod · 0.80

Calls 1

toLowerFunction · 0.70

Tested by

no test coverage detected