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

Method hasExpression

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

Source from the content-addressed store, hash-verified

4898}
4899
4900bool AssertionResult::hasExpression() const {
4901 return m_info.capturedExpression[0] != 0;
4902}
4903
4904bool AssertionResult::hasMessage() const {
4905 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