| 991 | struct ExtUpdateOperatorMin { |
| 992 | static const char* name; |
| 993 | static Future<Void> execute(Reference<IReadWriteContext> cx, |
| 994 | StringRef const& path, |
| 995 | bson::BSONElement const& element) { |
| 996 | return getAndCompare(cx, path, element, false); |
| 997 | } |
| 998 | }; |
| 999 | REGISTER_UPDATE_OPERATOR(ExtUpdateOperatorMin, "$min"); |
nothing calls this directly
no outgoing calls
no test coverage detected