MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / adjustCase

Method adjustCase

tests/catch.hpp:12474–12476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12472 }
12473
12474 std::string WildcardPattern::adjustCase( std::string const& str ) const {
12475 return m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str;
12476 }
12477}
12478// end catch_wildcard_pattern.cpp
12479// start catch_xmlwriter.cpp

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected