MCPcopy Create free account
hub / github.com/apache/thrift / reconstructExpression

Method reconstructExpression

compiler/cpp/tests/catch/catch.hpp:1930–1938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1928 }
1929
1930 virtual void reconstructExpression( std::string& dest ) const CATCH_OVERRIDE {
1931 std::string matcherAsString = m_matcher.toString();
1932 dest = Catch::toString( m_arg );
1933 dest += ' ';
1934 if( matcherAsString == Detail::unprintableString )
1935 dest += m_matcherString;
1936 else
1937 dest += matcherAsString;
1938 }
1939
1940private:
1941 ArgT m_arg;

Callers

nothing calls this directly

Calls 2

toStringFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected