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

Author

       MongoDB, Inc

Parameters

api: A mongoc_server_api_t.

Returns

       Returns  a newly allocated copy of api that must be freed with mongoc_server_api_destroy() when no longer
       in use.

Synopsis

          mongoc_server_api_t *
          mongoc_server_api_copy (const mongoc_server_api_t *api);

       Creates a deep copy of api.

See Also