MCPcopy Create free account
hub / github.com/RenderKit/embree / adjustCase

Method adjustCase

tutorials/external/catch.hpp:12746–12748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12744 }
12745
12746 std::string WildcardPattern::adjustCase( std::string const& str ) const {
12747 return m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str;
12748 }
12749}
12750// end catch_wildcard_pattern.cpp
12751// start catch_xmlwriter.cpp

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected