Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ allOk
Method
allOk
extlibs/catch/include/catch/catch.hpp:14547–14549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14545
return failed == 0 && failedButOk == 0;
14546
}
14547
bool Counts::allOk() const {
14548
return failed == 0;
14549
}
14550
14551
Totals Totals::operator - ( Totals const& other ) const {
14552
Totals diff;
Callers
1
testCaseEnded
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected