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

Author

       MongoDB, Inc

Description

       Calls mongoc_uri_new_with_error().

Parameters

uri_string: A string containing a URI.

Returns

       A newly allocated mongoc_uri_t if successful. Otherwise NULL, using MONGOC_WARNING on error.

       WARNING:
          Failure to handle the result of this function is a programming error.

Synopsis

          mongoc_uri_t *
          mongoc_uri_new (const char *uri_string);

See Also