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

Method execute

src/ExtOperator.actor.cpp:983–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981struct ExtUpdateOperatorMax {
982 static const char* name;
983 static Future<Void> execute(Reference<IReadWriteContext> cx,
984 StringRef const& path,
985 bson::BSONElement const& element) {
986 return getAndCompare(cx, path, element, true);
987 }
988};
989REGISTER_UPDATE_OPERATOR(ExtUpdateOperatorMax, "$max");
990

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected