MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / adjustCase

Method adjustCase

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10876–10878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10874}
10875
10876std::string WildcardPattern::adjustCase(std::string const &str) const {
10877 return m_caseSensitivity == CaseSensitive::No ? toLower(str) : str;
10878}
10879} // namespace Catch
10880// end catch_wildcard_pattern.cpp
10881// start catch_xmlwriter.cpp

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected