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

Method hasExpression

unittests/catch.hpp:5099–5101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5097 }
5098
5099 bool AssertionResult::hasExpression() const {
5100 return m_info.capturedExpression[0] != 0;
5101 }
5102
5103 bool AssertionResult::hasMessage() const {
5104 return !m_resultData.message.empty();

Callers 5

printMethod · 0.80
printExpressionWasMethod · 0.80
assertionEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected