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

Method ContainsMatcher

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

Source from the content-addressed store, hash-verified

7862}
7863
7864ContainsMatcher::ContainsMatcher(CasedString const &comparator) : StringMatcherBase("contains", comparator) {
7865}
7866
7867bool ContainsMatcher::match(std::string const &source) const {
7868 return contains(m_comparator.adjustString(source), m_comparator.m_str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected