Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ allOk
Method
allOk
lib/catch2/catch.hpp:15277–15279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15275
return failed == 0 && failedButOk == 0;
15276
}
15277
bool Counts::allOk() const {
15278
return failed == 0;
15279
}
15280
15281
Totals Totals::operator - ( Totals const& other ) const {
15282
Totals diff;
Callers
1
testCaseEnded
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected