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

Method adjustCase

extlibs/catch/include/catch/catch.hpp:14665–14667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14663 }
14664
14665 std::string WildcardPattern::adjustCase( std::string const& str ) const {
14666 return m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str;
14667 }
14668}
14669// end catch_wildcard_pattern.cpp
14670// start catch_xmlwriter.cpp

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected