MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / addref

Method addref

src/QLContext.actor.cpp:186–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185struct FDBPlugin : ITDoc, ReferenceCounted<FDBPlugin>, FastAllocated<FDBPlugin> {
186 void addref() override { ReferenceCounted<FDBPlugin>::addref(); }
187 void delref() override { ReferenceCounted<FDBPlugin>::delref(); }
188
189 Reference<DocumentDeferred> findOrCreate(Reference<DocTransaction> tr, DataKey const& key) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected