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

Method EqualsMatcher

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

Source from the content-addressed store, hash-verified

7855}
7856
7857EqualsMatcher::EqualsMatcher(CasedString const &comparator) : StringMatcherBase("equals", comparator) {
7858}
7859
7860bool EqualsMatcher::match(std::string const &source) const {
7861 return m_comparator.adjustString(source) == m_comparator.m_str;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected