MCPcopy Create free account
hub / github.com/apache/trafficserver / caseSensitivitySuffix

Method caseSensitivitySuffix

lib/catch2/catch.hpp:11722–11726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11720 : str;
11721 }
11722 std::string CasedString::caseSensitivitySuffix() const {
11723 return m_caseSensitivity == CaseSensitive::No
11724 ? " (case insensitive)"
11725 : std::string();
11726 }
11727
11728 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
11729 : m_comparator( comparator ),

Callers 1

describeMethod · 0.80

Calls 1

stringClass · 0.85

Tested by

no test coverage detected