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

Class StartsWithMatcher

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

Source from the content-addressed store, hash-verified

2347 bool match(std::string const &source) const override;
2348};
2349struct StartsWithMatcher : StringMatcherBase {
2350 StartsWithMatcher(CasedString const &comparator);
2351 bool match(std::string const &source) const override;
2352};
2353struct EndsWithMatcher : StringMatcherBase {
2354 EndsWithMatcher(CasedString const &comparator);
2355 bool match(std::string const &source) const override;

Callers 1

StartsWithFunction · 0.85

Calls

no outgoing calls

Tested by 1

StartsWithFunction · 0.68