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

       Initializes a bson_oid_t using the raw buffer provided.

Parameters

oid: A bson_oid_t.

       • data: A buffer containing 12 bytes for the oid.

Synopsis

          void
          bson_oid_init_from_data (bson_oid_t *oid, const uint8_t *data);

See Also