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

       Converts oid into a hex encoded string.

Parameters

oid: A bson_oid_t.

       • str: A location for the resulting string.

Synopsis

          void
          bson_oid_to_string (const bson_oid_t *oid, char str[25]);

return

See Also