Provided by: libmongoc-doc_1.26.0-1.1ubuntu2_all bug

SYNOPSIS

          void
          mongoc_cursor_destroy (mongoc_cursor_t *cursor);

PARAMETERS

cursor: A mongoc_cursor_t.

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.

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2017-present, MongoDB, Inc

1.26.0                                            Mar 31, 2024                          MONGOC_CURSOR_DESTROY(3)