MCPcopy Create free account
hub / github.com/Profactor/cv-plot / adjustString

Method adjustString

CvPlot/ext/catch2/inc/catch.hpp:11562–11566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11560 m_str( adjustString( str ) )
11561 {}
11562 std::string CasedString::adjustString( std::string const& str ) const {
11563 return m_caseSensitivity == CaseSensitive::No
11564 ? toLower( str )
11565 : str;
11566 }
11567 std::string CasedString::caseSensitivitySuffix() const {
11568 return m_caseSensitivity == CaseSensitive::No
11569 ? " (case insensitive)"

Callers 1

matchMethod · 0.80

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected