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

Function shouldSuppressFailure

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

Source from the content-addressed store, hash-verified

10260
10261 bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailure ) != 0; }
10262 bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) != 0; }
10263
10264} // end namespace Catch
10265// end catch_result_type.cpp

Callers 1

isOkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected