| 1344 | bson::BSONObj msgUpdate; |
| 1345 | |
| 1346 | explicit ExtOperatorUpdate(bson::BSONObj const& msgUpdate) : msgUpdate(msgUpdate) {} |
| 1347 | |
| 1348 | Future<Void> update(Reference<IReadWriteContext> document) override { |
| 1349 | return updateDocument(document, msgUpdate, false, document->getKeyEncodedId()); |
nothing calls this directly
no outgoing calls
no test coverage detected