MCPcopy Create free account
hub / github.com/apache/trafficserver / hasMessage

Method hasMessage

lib/catch2/catch.hpp:8333–8335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8331 }
8332
8333 bool AssertionResult::hasMessage() const {
8334 return !m_resultData.message.empty();
8335 }
8336
8337 std::string AssertionResult::getExpression() const {
8338 // Possibly overallocating by 3 characters should be basically free

Callers 1

AssertionStatsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected