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

Method doIndexUpdate

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

documentPath is ns + docId

Source from the content-addressed store, hash-verified

455
456 // documentPath is ns + docId
457 Future<Void> doIndexUpdate(Reference<DocTransaction> tr,
458 Reference<DocumentDeferred> dd,
459 DataKey documentPath) override {
460 return doIndexUpdateActor(Reference<SimpleIndexPlugin>::addRef(this), tr, dd, documentPath);
461 }
462
463 ACTOR static Future<Void> doIndexUpdateActor(Reference<SimpleIndexPlugin> self,
464 Reference<DocTransaction> tr,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected