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

Method removeWork

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

Source from the content-addressed store, hash-verified

382 ledger[i] += work;
383 }
384 void removeWork(int prio, int work) { addWork(prio, -work); }
385 std::string toString() {
386 std::string result;
387 for (int i = 1; i < ledger.size();) {

Callers 3

canLaunchSrcFunction · 0.80
completeDestFunction · 0.80
completeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected