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

Author

       MongoDB, Inc

Description

       Abort  the  appending of the current bson_t to the memory region managed by writer. This is useful if you
       detected that you went past a particular memory limit. For example, MongoDB has 48MB message limits.

Parameters

writer: A bson_writer_t.

Synopsis

          void
          bson_writer_rollback (bson_writer_t *writer);

See Also