Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ isOk
Function
isOk
lib/catch2/catch.hpp:12563–12565 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12561
namespace Catch {
12562
12563
bool isOk( ResultWas::OfType resultType ) {
12564
return ( resultType & ResultWas::FailureBit ) == 0;
12565
}
12566
bool isJustInfo( int flags ) {
12567
return flags == ResultWas::Info;
12568
}
Callers
2
succeeded
Method · 0.85
isOk
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected