MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / reconstructExpression

Method reconstructExpression

tests/catch.hpp:9642–9653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9640}
9641
9642std::string AssertionResultData::reconstructExpression() const
9643{
9644
9645 if (reconstructedExpression.empty()) {
9646 if (lazyExpression) {
9647 ReusableStringStream rss;
9648 rss << lazyExpression;
9649 reconstructedExpression = rss.str();
9650 }
9651 }
9652 return reconstructedExpression;
9653}
9654
9655AssertionResult::AssertionResult(AssertionInfo const &info,
9656 AssertionResultData const &data)

Callers 1

getExpandedExpressionMethod · 0.80

Calls 2

strMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected