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

Method delref

fdbclient/BackupContainerS3BlobStore.actor.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 return ReferenceCounted<BackupContainerS3BlobStore>::addref();
163}
164void BackupContainerS3BlobStore::delref() {
165 return ReferenceCounted<BackupContainerS3BlobStore>::delref();
166}
167
168std::string BackupContainerS3BlobStore::getURLFormat() {
169 return S3BlobStoreEndpoint::getURLFormat(true) + " (Note: The 'bucket' parameter is required.)";

Callers 4

delrefFunction · 0.45
setAbortFunction · 0.45
~ThreadSafeDatabaseMethod · 0.45

Calls 1

delrefFunction · 0.70

Tested by

no test coverage detected