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

       Advances iter to the first element matching the name of key or exhausting all elements.

       key is not case-sensitive. The keys will be case-folded to determine a match using the current locale.

Parameters

iter: A bson_iter_t.

       • key: An ASCII string containing the field to locate.

Returns

       true if key was found.

Synopsis

          bool
          bson_iter_find_case (bson_iter_t *iter, const char *key);

See Also