MCPcopy Create free account
hub / github.com/apache/trafficserver / StartsWithMatcher

Class StartsWithMatcher

lib/catch2/catch.hpp:3564–3567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3562 bool match( std::string const& source ) const override;
3563 };
3564 struct StartsWithMatcher : StringMatcherBase {
3565 StartsWithMatcher( CasedString const& comparator );
3566 bool match( std::string const& source ) const override;
3567 };
3568 struct EndsWithMatcher : StringMatcherBase {
3569 EndsWithMatcher( CasedString const& comparator );
3570 bool match( std::string const& source ) const override;

Callers 1

StartsWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected