MCPcopy Create free account
hub / github.com/RenderKit/embree / reconstructExpression

Method reconstructExpression

tutorials/external/catch.hpp:6384–6394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6382 resultType(_resultType) {}
6383
6384 std::string AssertionResultData::reconstructExpression() const {
6385
6386 if( reconstructedExpression.empty() ) {
6387 if( lazyExpression ) {
6388 ReusableStringStream rss;
6389 rss << lazyExpression;
6390 reconstructedExpression = rss.str();
6391 }
6392 }
6393 return reconstructedExpression;
6394 }
6395
6396 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data )
6397 : m_info( info ),

Callers 1

getExpandedExpressionMethod · 0.80

Calls 2

emptyMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected