MCPcopy Create free account
hub / github.com/FidoProject/Fido / adjustString

Method adjustString

tests/catch.h:1050–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048 m_str( adjustString( str ) )
1049 {}
1050 std::string adjustString( std::string const& str ) const {
1051 return m_caseSensitivity == CaseSensitive::No
1052 ? toLower( str )
1053 : str;
1054
1055 }
1056 std::string toStringSuffix() const
1057 {
1058 return m_caseSensitivity == CaseSensitive::No

Callers 4

matchMethod · 0.80
matchMethod · 0.80
matchMethod · 0.80
matchMethod · 0.80

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected