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

Author

       MongoDB, Inc

Description

       Frees  a  mongoc_cursor_t  and  releases  all  associated  resources.  If  a  server-side cursor has been
       allocated, it will be released as well. Does nothing if cursor is NULL.

Parameters

cursor: A mongoc_cursor_t.

Synopsis

          void
          mongoc_cursor_destroy (mongoc_cursor_t *cursor);

See Also