MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / adjustString

Method adjustString

tests/catch.hpp:9244–9248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9242 m_str( adjustString( str ) )
9243 {}
9244 std::string CasedString::adjustString( std::string const& str ) const {
9245 return m_caseSensitivity == CaseSensitive::No
9246 ? toLower( str )
9247 : str;
9248 }
9249 std::string CasedString::caseSensitivitySuffix() const {
9250 return m_caseSensitivity == CaseSensitive::No
9251 ? " (case insensitive)"

Callers 1

matchMethod · 0.80

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected