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

       This function is similar to bson_iter_utf8() except that it calls bson_strndup() on the result.

Parameters

iter: A bson_iter_t.

       • length: An optional location for the length of the UTF-8 encoded string.

Returns

       A newly allocated string that should be freed with bson_free().

Synopsis

          char *
          bson_iter_dup_utf8 (const bson_iter_t *iter, uint32_t *length);

See Also