| 1397 | bson::BSONObj update; |
| 1398 | |
| 1399 | ExtOperatorUpsert(bson::BSONObj selector, bson::BSONObj update) : selector(selector), update(update) {} |
| 1400 | |
| 1401 | ACTOR static Future<Reference<IReadWriteContext>> upsertActor(ExtOperatorUpsert* self, |
| 1402 | Reference<CollectionContext> cx) { |
nothing calls this directly
no outgoing calls
no test coverage detected