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

Author

       MongoDB, Inc

Description

       Creates a new mongoc_read_prefs_t using the mode specified.

Parameters

read_mode: A mongoc_read_mode_t.

Returns

       Returns a newly allocated mongoc_read_prefs_t that should be freed with mongoc_read_prefs_destroy().

Synopsis

          mongoc_read_prefs_t *
          mongoc_read_prefs_new (mongoc_read_mode_t read_mode);

See Also