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