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

Method addref

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

Source from the content-addressed store, hash-verified

122} // namespace
123
124void BackupContainerLocalDirectory::addref() {
125 return ReferenceCounted<BackupContainerLocalDirectory>::addref();
126}
127void BackupContainerLocalDirectory::delref() {
128 return ReferenceCounted<BackupContainerLocalDirectory>::delref();
129}

Callers

nothing calls this directly

Calls 1

addrefFunction · 0.70

Tested by

no test coverage detected