MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / reconstructExpression

Method reconstructExpression

test/expected/catch.hpp:8230–8240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8228 resultType(_resultType) {}
8229
8230 std::string AssertionResultData::reconstructExpression() const {
8231
8232 if( reconstructedExpression.empty() ) {
8233 if( lazyExpression ) {
8234 ReusableStringStream rss;
8235 rss << lazyExpression;
8236 reconstructedExpression = rss.str();
8237 }
8238 }
8239 return reconstructedExpression;
8240 }
8241
8242 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data )
8243 : m_info( info ),

Callers 1

getExpandedExpressionMethod · 0.80

Calls 2

strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected