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

Method execute

src/ExtOperator.actor.cpp:993–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991struct 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};
999REGISTER_UPDATE_OPERATOR(ExtUpdateOperatorMin, "$min");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected