Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ total
Method
total
libcaf_test/caf/test/reporter.hpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
size_t failed = 0;
27
28
size_t total() const noexcept {
29
return passed + failed;
30
}
31
32
stats& operator+=(const stats& other) {
33
passed += other.passed;
Callers
3
stop
Method · 0.80
end_suite
Method · 0.80
test.test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected