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

       The bson_copy() function shall copy the contents of a bson document into a new bson_t.

       The resulting bson_t should be freed with bson_destroy().

Parameters

bson: A bson_t.

Returns

       A newly allocated bson_t that should be freed with bson_destroy().

Synopsis

          bson_t *
          bson_copy (const bson_t *bson);

See Also