MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / adjustCase

Method adjustCase

unittests/catch.hpp:10958–10960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10956 }
10957
10958 std::string WildcardPattern::adjustCase( std::string const& str ) const {
10959 return m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str;
10960 }
10961}
10962// end catch_wildcard_pattern.cpp
10963// start catch_xmlwriter.cpp

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected