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

       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