Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
succeeded
Method · 0.85
isOk
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected