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

Method ExtReplaceUpdate

src/ExtMsg.actor.cpp:1358–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356 bson::BSONObj replaceWith;
1357
1358 explicit ExtReplaceUpdate(bson::BSONObj const& replaceWith) : replaceWith(replaceWith) {}
1359
1360 Future<Void> update(Reference<IReadWriteContext> document) override { return replacementActor(this, document); }
1361

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected