logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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