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

mongoc_client_t *

Author

       MongoDB, Inc

Parameters

session: A mongoc_client_session_t.

Returns

       A mongoc_client_t that should not be freed.

Synopsis

          mongoc_client_t *
          mongoc_client_session_get_client (const mongoc_client_session_t *session);

       Returns the mongoc_client_t from which this session was created. See mongoc_client_start_session().

See Also