Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ isOk
Function
isOk
unittests/catch.hpp:8486–8488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8484
namespace Catch {
8485
8486
bool isOk( ResultWas::OfType resultType ) {
8487
return ( resultType & ResultWas::FailureBit ) == 0;
8488
}
8489
bool isJustInfo( int flags ) {
8490
return flags == ResultWas::Info;
8491
}
Callers
2
succeeded
Method · 0.85
isOk
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected