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

mongoc_find_and_modify_opts_t *

Author

       MongoDB, Inc

Returns

       Creates  a  newly  allocated  find  and  modify  builder structure that is used to create a findAndModify
       command. This should be freed with mongoc_find_and_modify_opts_destroy() when no longer in use.

Synopsis

          mongoc_find_and_modify_opts_t *
          mongoc_find_and_modify_opts_new (void);

See Also