| 864 | struct ExtUpdateOperatorPush { |
| 865 | static const char* name; |
| 866 | static Future<Void> execute(Reference<IReadWriteContext> cx, |
| 867 | StringRef const& path, |
| 868 | bson::BSONElement const& element) { |
| 869 | return doPushActor(cx, path, element); |
| 870 | } |
| 871 | }; |
| 872 | REGISTER_UPDATE_OPERATOR(ExtUpdateOperatorPush, "$push"); |
| 873 |
nothing calls this directly
no outgoing calls
no test coverage detected