logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

void

Author

       MongoDB, Inc

Description

       Copies  the  sort  document  set with mongoc_find_and_modify_opts_set_sort(), or initializes sort with an
       empty BSON document.

Parameters

opts: A mongoc_find_and_modify_opts_t.

       • sort: An uninitialized bson_t.

Synopsis

          void
          mongoc_find_and_modify_opts_get_sort (const mongoc_find_and_modify_opts_t *opts,
                                                bson_t *sort);

See Also