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

Method addref

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

Source from the content-addressed store, hash-verified

311
312struct CompoundIndexPlugin : IndexPlugin, ReferenceCounted<CompoundIndexPlugin>, FastAllocated<CompoundIndexPlugin> {
313 void addref() override { ReferenceCounted<CompoundIndexPlugin>::addref(); }
314 void delref() override { ReferenceCounted<CompoundIndexPlugin>::delref(); }
315
316 ACTOR static Future<Void> doIndexUpdateActor(Reference<CompoundIndexPlugin> self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected