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_database_t *

Author

       MongoDB, Inc

Description

       Performs  a  deep  copy  of  the  database  struct  and  its  configuration. Useful if you intend to call
       mongoc_database_set_write_concern(),                 mongoc_database_set_read_prefs(),                 or
       mongoc_database_set_read_concern(), and want to preserve an unaltered copy of the struct.

Parameters

database: A mongoc_database_t.

Returns

       A newly allocated mongoc_database_t that should be freed with mongoc_database_destroy() when no longer in
       use.

Synopsis

          mongoc_database_t *
          mongoc_database_copy (mongoc_database_t *database);

See Also