Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

void

Author

       MongoDB, Inc

Description

       Copies  the update document set with mongoc_find_and_modify_opts_set_update(), or initializes update with
       an empty BSON document.

Parameters

opts: A mongoc_find_and_modify_opts_t.

       • update: An uninitialized bson_t.

Synopsis

          void
          mongoc_find_and_modify_opts_get_update (
             const mongoc_find_and_modify_opts_t *opts, bson_t *update);

See Also