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

Method size

fdbserver/DataDistributionQueue.actor.cpp:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 int size() const override {
238 int totalSize = 0;
239 for (auto it = teams.begin(); it != teams.end(); it++) {
240 totalSize += (*it)->size();
241 }
242 return totalSize;
243 }
244
245 std::vector<UID> const& getServerIDs() const override {
246 static std::vector<UID> tempServerIDs;

Callers 15

buildPriorityMappingsFunction · 0.45
getTeamIDMethod · 0.45
toStringMethod · 0.45
canLaunchSrcFunction · 0.45
launchFunction · 0.45
completeFunction · 0.45
traceReasonItemMethod · 0.45
sizeMethod · 0.45
validateMethod · 0.45
queueRelocationMethod · 0.45
completeSourceFetchMethod · 0.45
logRelocationMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected