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

Method MatchExpr

lib/catch2/catch.hpp:3775–3780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3773 StringRef m_matcherString;
3774 public:
3775 MatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef const& matcherString )
3776 : ITransientExpression{ true, matcher.match( arg ) },
3777 m_arg( arg ),
3778 m_matcher( matcher ),
3779 m_matcherString( matcherString )
3780 {}
3781
3782 void streamReconstructedExpression( std::ostream &os ) const override {
3783 auto matcherAsString = m_matcher.toString();

Callers

nothing calls this directly

Calls 1

matchMethod · 0.45

Tested by

no test coverage detected