MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / caseSensitivitySuffix

Method caseSensitivitySuffix

unittests/catch.hpp:8044–8048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8042 : str;
8043 }
8044 std::string CasedString::caseSensitivitySuffix() const {
8045 return m_caseSensitivity == CaseSensitive::No
8046 ? " (case insensitive)"
8047 : std::string();
8048 }
8049
8050 StringMatcherBase::StringMatcherBase( std::string const& operation, CasedString const& comparator )
8051 : m_comparator( comparator ),

Callers 1

describeMethod · 0.80

Calls 1

stringClass · 0.85

Tested by

no test coverage detected