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

void

Author

       MongoDB, Inc

Description

       Destroys  the mongoc_gridfs_file_t instance and any resources associated with it. Does nothing if file is
       NULL.

Parameters

file: A mongoc_gridfs_file_t.

Synopsis

          void
          mongoc_gridfs_file_destroy (mongoc_gridfs_file_t *file);

See Also