Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ isOk
Function
isOk
extlibs/catch/include/catch/catch.hpp:12017–12019 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12015
namespace Catch {
12016
12017
bool isOk( ResultWas::OfType resultType ) {
12018
return ( resultType & ResultWas::FailureBit ) == 0;
12019
}
12020
bool isJustInfo( int flags ) {
12021
return flags == ResultWas::Info;
12022
}
Callers
2
succeeded
Method · 0.85
isOk
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected