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

Method caseSensitivitySuffix

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

Source from the content-addressed store, hash-verified

7836 return m_caseSensitivity == CaseSensitive::No ? toLower(str) : str;
7837}
7838std::string CasedString::caseSensitivitySuffix() const {
7839 return m_caseSensitivity == CaseSensitive::No ? " (case insensitive)" : std::string();
7840}
7841
7842StringMatcherBase::StringMatcherBase(std::string const &operation, CasedString const &comparator)
7843 : m_comparator(comparator), m_operation(operation) {

Callers 1

describeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected