MCPcopy 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

holdRefUntilStoppedMethod · 0.45
setupMethod · 0.45
startMethod · 0.45
checkMethod · 0.45

Calls 1

addrefFunction · 0.50

Tested by

no test coverage detected