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

Method adjustString

test/expected/catch.hpp:11580–11584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11578 m_str( adjustString( str ) )
11579 {}
11580 std::string CasedString::adjustString( std::string const& str ) const {
11581 return m_caseSensitivity == CaseSensitive::No
11582 ? toLower( str )
11583 : str;
11584 }
11585 std::string CasedString::caseSensitivitySuffix() const {
11586 return m_caseSensitivity == CaseSensitive::No
11587 ? " (case insensitive)"

Callers 1

matchMethod · 0.80

Calls 1

toLowerFunction · 0.70

Tested by

no test coverage detected