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

       Checks if a string containing a hex encoded string is a valid BSON ObjectID.

Parameters

str: A string.

       • length: The length of str.

Returns

       true if str could be parsed.

Synopsis

          bool
          bson_oid_is_valid (const char *str, size_t length);

See Also