| 588 | struct ExtUpdateOperatorPop { |
| 589 | static const char* name; |
| 590 | static Future<Void> execute(Reference<IReadWriteContext> cx, |
| 591 | StringRef const& path, |
| 592 | bson::BSONElement const& element) { |
| 593 | return doPopActor(cx, path, element); |
| 594 | } |
| 595 | }; |
| 596 | REGISTER_UPDATE_OPERATOR(ExtUpdateOperatorPop, "$pop"); |
| 597 |
nothing calls this directly
no outgoing calls
no test coverage detected