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

Parameters

source: A mongoc_optional_t.

       • copy: An empty mongoc_optional_t. Values will be overwritten.

Synopsis

          void
          mongoc_optional_copy (const mongoc_optional_t *source, mongoc_optional_t *copy);

       Creates a deep copy of source into copy.

See Also