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

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