MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / isOk

Function isOk

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8486–8488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8484namespace Catch {
8485
8486bool isOk(ResultWas::OfType resultType) {
8487 return (resultType & ResultWas::FailureBit) == 0;
8488}
8489bool 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