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

Method streamReconstructedExpression

lib/catch2/catch.hpp:3782–3789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3780 {}
3781
3782 void streamReconstructedExpression( std::ostream &os ) const override {
3783 auto matcherAsString = m_matcher.toString();
3784 os << Catch::Detail::stringify( m_arg ) << ' ';
3785 if( matcherAsString == Detail::unprintableString )
3786 os << m_matcherString;
3787 else
3788 os << matcherAsString;
3789 }
3790 };
3791
3792 using StringMatcher = Matchers::Impl::MatcherBase<std::string>;

Callers

nothing calls this directly

Calls 2

stringifyFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected