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

Method doIndexUpdate

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

Source from the content-addressed store, hash-verified

433 }
434
435 Future<Void> doIndexUpdate(Reference<DocTransaction> tr,
436 Reference<DocumentDeferred> dd,
437 DataKey documentPath) override {
438 return doIndexUpdateActor(Reference<CompoundIndexPlugin>::addRef(this), tr, dd, documentPath);
439 }
440
441 std::string toString() override { return "CompoundIndexPlugin"; }
442

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected