| 344 | } |
| 345 | |
| 346 | std::string TCTeamInfo::getServerIDsStr() const { |
| 347 | return serversToString(this->serverIDs); |
| 348 | } |
| 349 | |
| 350 | void TCTeamInfo::addDataInFlightToTeam(int64_t delta) { |
| 351 | for (int i = 0; i < servers.size(); i++) |
no outgoing calls
no test coverage detected