MCPcopy Create free account
hub / github.com/cirquit/trdrop / adjustCase

Method adjustCase

ext/catch.hpp:3518–3520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3516 }
3517 private:
3518 std::string adjustCase( std::string const& str ) const {
3519 return m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str;
3520 }
3521 CaseSensitive::Choice m_caseSensitivity;
3522 WildcardPosition m_wildcard;
3523 std::string m_pattern;

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected