MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / hasExpandedExpression

Method hasExpandedExpression

unittests/catch.hpp:5128–5130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5126 }
5127
5128 bool AssertionResult::hasExpandedExpression() const {
5129 return hasExpression() && getExpandedExpression() != getExpression();
5130 }
5131
5132 std::string AssertionResult::getExpandedExpression() const {
5133 std::string expr = m_resultData.reconstructExpression();

Calls

no outgoing calls

Tested by

no test coverage detected