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

const char *

Author

       MongoDB, Inc

Description

       Returns the currently set read concern.

Parameters

read_concern: A mongoc_read_concern_t.

Returns

       Returns the current readConcern. If none is set, returns NULL.

Synopsis

          const char *
          mongoc_read_concern_get_level (const mongoc_read_concern_t *read_concern);

See Also