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

Method delref

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

Source from the content-addressed store, hash-verified

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,
317 Reference<DocTransaction> tr,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected