Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ isOk
Function
isOk
extern/Catch2/catch.hpp:12561–12563 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12559
namespace Catch {
12560
12561
bool isOk( ResultWas::OfType resultType ) {
12562
return ( resultType & ResultWas::FailureBit ) == 0;
12563
}
12564
bool isJustInfo( int flags ) {
12565
return flags == ResultWas::Info;
12566
}
Callers
2
succeeded
Method · 0.85
isOk
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected