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

       Returns true if the option was present in the initial MongoDB URI.

Parameters

uri: A mongoc_uri_t.

       • option: The name of an option, case insensitive.

Synopsis

          bool
          mongoc_uri_has_option (const mongoc_uri_t *uri, const char *option);

See Also