mongoc_uri_t *
mongoc_uri_copy (const mongoc_uri_t *uri)
BSON_GNUC_WARN_UNUSED_RESULT;
|
• |
uri: A mongoc_uri_t. |
Copies the entire contents of a URI.
A newly allocated mongoc_uri_t that should be freed with mongoc_uri_destroy(). May return NULL on invalid host.
MongoDB, Inc
2017-present, MongoDB, Inc