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

       Generates a hash code for oid suitable for a hashtable.

Parameters

oid: A bson_oid_t.

Returns

       A 32-bit hash code.

Synopsis

          uint32_t
          bson_oid_hash (const bson_oid_t *oid);

See Also