Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9990
namespace 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
succeeded
Method · 0.85
isOk
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected