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

       The bson_count_keys() function shall count the number of elements within bson.

Parameters

bson: A bson_t.

Returns

       A positive integer or zero.

Synopsis

          uint32_t
          bson_count_keys (const bson_t *bson);

See Also