Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
canLaunchSrc
Function · 0.80
completeDest
Function · 0.80
complete
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected