MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / reconstructExpression

Method reconstructExpression

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4870–4880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4868}
4869
4870std::string AssertionResultData::reconstructExpression() const {
4871
4872 if (reconstructedExpression.empty()) {
4873 if (lazyExpression) {
4874 ReusableStringStream rss;
4875 rss << lazyExpression;
4876 reconstructedExpression = rss.str();
4877 }
4878 }
4879 return reconstructedExpression;
4880}
4881
4882AssertionResult::AssertionResult(AssertionInfo const &info, AssertionResultData const &data)
4883 : m_info(info), m_resultData(data) {

Callers 1

getExpandedExpressionMethod · 0.80

Calls 2

emptyMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected