MCPcopy Create free account
hub / github.com/RenderKit/embree / succeeded

Method succeeded

tutorials/external/catch.hpp:6402–6404  ·  view source on GitHub ↗

Result was a success

Source from the content-addressed store, hash-verified

6400
6401 // Result was a success
6402 bool AssertionResult::succeeded() const {
6403 return Catch::isOk( m_resultData.resultType );
6404 }
6405
6406 // Result was a success, or failure is suppressed
6407 bool AssertionResult::isOk() const {

Callers 1

assertionEndedMethod · 0.80

Calls 1

isOkFunction · 0.85

Tested by

no test coverage detected