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

       Fetches the key for the current element observed by iter.

Parameters

iter: A bson_iter_t.

Returns

       A string which should not be modified or freed.

       SEEALSO:bson_iter_key_len() to retrieve the length of the key in constant time.

Synopsis

          const char *
          bson_iter_key (const bson_iter_t *iter);

See Also