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

Method match

lib/catch2/catch.hpp:3360–3362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3358 MatchNotOf( MatcherBase<ArgT> const& underlyingMatcher ) : m_underlyingMatcher( underlyingMatcher ) {}
3359
3360 bool match( ArgT const& arg ) const override {
3361 return !m_underlyingMatcher.match( arg );
3362 }
3363
3364 std::string describe() const override {
3365 return "not " + m_underlyingMatcher.toString();

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected