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

Function isOk

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

Source from the content-addressed store, hash-verified

10248namespace Catch {
10249
10250 bool isOk( ResultWas::OfType resultType ) {
10251 return ( resultType & ResultWas::FailureBit ) == 0;
10252 }
10253 bool isJustInfo( int flags ) {
10254 return flags == ResultWas::Info;
10255 }

Callers 2

succeededMethod · 0.85
isOkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected