MCPcopy Create free account
hub / github.com/apple/foundationdb / isHealthy

Method isHealthy

fdbserver/DataDistributionQueue.actor.cpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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++) {

Callers 2

whenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected