MCPcopy 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

8484namespace 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

succeededMethod · 0.85
isOkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected