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

Method update

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

Source from the content-addressed store, hash-verified

1358 explicit ExtReplaceUpdate(bson::BSONObj const& replaceWith) : replaceWith(replaceWith) {}
1359
1360 Future<Void> update(Reference<IReadWriteContext> document) override { return replacementActor(this, document); }
1361
1362 std::string describe() override { return "ReplaceWith(" + replaceWith.toString() + ")"; }
1363

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected