| 327 | } |
| 328 | |
| 329 | bool isHealthy() const override { |
| 330 | return all([](IDataDistributionTeam const& team) { return team.isHealthy(); }); |
| 331 | } |
| 332 | |
| 333 | void setHealthy(bool h) override { |
| 334 | for (auto it = teams.begin(); it != teams.end(); it++) { |
no outgoing calls
no test coverage detected