| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected