logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

mongoc_host_list_t *

Author

       MongoDB, Inc

Description

       Return the server's host and port. This object is owned by the server description.

Parameters

description: A mongoc_server_description_t.

Returns

       A reference to the server description's mongoc_host_list_t, which you must not modify or free.

Synopsis

          mongoc_host_list_t *
          mongoc_server_description_host (const mongoc_server_description_t *description);

See Also