MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / hasMessage

Method hasMessage

test/expected/catch.hpp:8265–8267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8263 }
8264
8265 bool AssertionResult::hasMessage() const {
8266 return !m_resultData.message.empty();
8267 }
8268
8269 std::string AssertionResult::getExpression() const {
8270 // 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