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

       Begins  writing  a  new document. The caller may use the bson structure to write out a new BSON document.
       When completed, the caller must call either bson_writer_end() or bson_writer_rollback().

Parameters

writer: A bson_writer_t.

       • bson: A bson_t.

Returns

       true if there was space in the underlying buffers to begin the document.

Synopsis

          bool
          bson_writer_begin (bson_writer_t *writer, bson_t **bson);

See Also