MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / isOk

Function isOk

tests/catch.hpp:9992–9994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9990namespace Catch {
9991
9992 bool isOk( ResultWas::OfType resultType ) {
9993 return ( resultType & ResultWas::FailureBit ) == 0;
9994 }
9995 bool isJustInfo( int flags ) {
9996 return flags == ResultWas::Info;
9997 }

Callers 2

succeededMethod · 0.85
isOkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected