MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / getExpandedExpression

Method getExpandedExpression

extern/catch/catch.hpp:9026–9029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9024}
9025
9026std::string AssertionResult::getExpandedExpression() const {
9027 std::string expr = m_resultData.reconstructExpression();
9028 return expr.empty() ? getExpression() : expr;
9029}
9030
9031std::string AssertionResult::getMessage() const { return m_resultData.message; }
9032SourceLineInfo AssertionResult::getSourceInfo() const {

Callers 5

writeAssertionMethod · 0.80
assertionEndedMethod · 0.80

Calls 2

reconstructExpressionMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected