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

       Parses the string containing hex encoded oid and initialize the bytes in oid.

Example

          bson_oid_init_from_string (&oid, "012345678901234567890123");

Parameters

oid: A bson_oid_t.

       • str: A string containing a hex encoded version of the oid.

Synopsis

          void
          bson_oid_init_from_string (bson_oid_t *oid, const char *str);

See Also