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

Method addref

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

Source from the content-addressed store, hash-verified

451
452struct SimpleIndexPlugin : IndexPlugin, ReferenceCounted<SimpleIndexPlugin>, FastAllocated<SimpleIndexPlugin> {
453 void addref() override { ReferenceCounted<SimpleIndexPlugin>::addref(); }
454 void delref() override { ReferenceCounted<SimpleIndexPlugin>::delref(); }
455
456 // documentPath is ns + docId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected