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

Deprecated since version 1.4.0: Use mongoc_write_concern_get_journal() instead.

Author

       MongoDB, Inc

Description

       Fetches if an fsync should be performed before returning success on a write operation.

Parameters

write_concern: A mongoc_write_concern_t.

Returns

       Returns true if fsync is set as part of the write concern.

Synopsis

          bool
          mongoc_write_concern_get_fsync (const mongoc_write_concern_t *write_concern);

Warning:

          Deprecated since version 1.4.0: Use mongoc_write_concern_get_journal() instead.

See Also