Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ addref
Method
addref
fdbserver/coroimpl/CoroFlow.actor.cpp:282–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
bool isCoro() const override { return IS_CORO; }
282
void addref() override { ReferenceCounted<WorkPool>::addref(); }
283
void delref() override { ReferenceCounted<WorkPool>::delref(); }
284
};
285
Callers
4
holdRefUntilStopped
Method · 0.45
setup
Method · 0.45
start
Method · 0.45
check
Method · 0.45
Calls
1
addref
Function · 0.50
Tested by
no test coverage detected