MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / execute

Method execute

src/ExtOperator.actor.cpp:590–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588struct 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};
596REGISTER_UPDATE_OPERATOR(ExtUpdateOperatorPop, "$pop");
597

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected