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

Method addref

fdbclient/BackupContainerLocalDirectory.actor.cpp:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 Future<Void> finish() override { return finish_impl(Reference<BackupFile>::addRef(this)); }
85
86 void addref() override { return ReferenceCounted<BackupFile>::addref(); }
87 void delref() override { return ReferenceCounted<BackupFile>::delref(); }
88
89private:

Callers

nothing calls this directly

Calls 1

addrefFunction · 0.70

Tested by

no test coverage detected