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

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