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

Method StartsWithMatcher

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

Source from the content-addressed store, hash-verified

7869}
7870
7871StartsWithMatcher::StartsWithMatcher(CasedString const &comparator) : StringMatcherBase("starts with", comparator) {
7872}
7873
7874bool StartsWithMatcher::match(std::string const &source) const {
7875 return startsWith(m_comparator.adjustString(source), m_comparator.m_str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected