MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / reconstructExpression

Method reconstructExpression

tests/catch.hpp:6169–6179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6167 resultType(_resultType) {}
6168
6169 std::string AssertionResultData::reconstructExpression() const {
6170
6171 if( reconstructedExpression.empty() ) {
6172 if( lazyExpression ) {
6173 ReusableStringStream rss;
6174 rss << lazyExpression;
6175 reconstructedExpression = rss.str();
6176 }
6177 }
6178 return reconstructedExpression;
6179 }
6180
6181 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data )
6182 : m_info( info ),

Callers 1

getExpandedExpressionMethod · 0.80

Calls 2

strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected