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

Method getServerIDsStr

fdbserver/TCInfo.actor.cpp:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

getTeamByServersFunction · 0.80
traceServerTeamInfoMethod · 0.80
removeServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected