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_transaction_state_t

Author

       MongoDB, Inc

Parameters

session: A mongoc_client_session_t.

Return

       Returns a mongoc_transaction_state_t that represents the current transaction state.

Synopsis

          mongoc_transaction_state_t
          mongoc_client_session_get_transaction_state (const mongoc_client_session_t *session);

       Returns the current transaction state for this session.

See Also