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

void

Author

       MongoDB, Inc

Description

       Frees   all   resources  associated  with  the  find  and  modify  builder  structure.  Does  nothing  if
       find_and_modify_opts is NULL.

Parameters

find_and_modify_opts: A mongoc_find_and_modify_opts_t.

Synopsis

          void
          mongoc_find_and_modify_opts_destroy (
             mongoc_find_and_modify_opts_t *find_and_modify_opts);

See Also