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

Method addref

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

Source from the content-addressed store, hash-verified

350 }
351 }
352 void addref() const override { ReferenceCounted<ParallelTCInfo>::addref(); }
353 void delref() const override { ReferenceCounted<ParallelTCInfo>::delref(); }
354
355 void addServers(const std::vector<UID>& servers) override {

Callers

nothing calls this directly

Calls 1

addrefFunction · 0.50

Tested by

no test coverage detected