MCPcopy Create free account
hub / github.com/apache/thrift / isOk

Function isOk

compiler/cpp/tests/catch/catch.hpp:877–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875 }; };
876
877 inline bool isOk( ResultWas::OfType resultType ) {
878 return ( resultType & ResultWas::FailureBit ) == 0;
879 }
880 inline bool isJustInfo( int flags ) {
881 return flags == ResultWas::Info;
882 }

Callers 2

succeededMethod · 0.85
isOkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected