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

       Reinitializes a bson_t.

       If  the bson_t structure contains a malloc()'d buffer, it may be reused. To be certain that any buffer is
       freed, always call bson_destroy() on any bson_t structure, whether initialized  or  reinitialized,  after
       its final use.

Parameters

b: A bson_t.

Synopsis

          void
          bson_reinit (bson_t *b);

See Also