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

Class ContainsMatcher

lib/catch2/catch.hpp:3560–3563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3558 bool match( std::string const& source ) const override;
3559 };
3560 struct ContainsMatcher : StringMatcherBase {
3561 ContainsMatcher( CasedString const& comparator );
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;

Callers 1

ContainsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected