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

bool

Author

       MongoDB, Inc

Parameters

session: A mongoc_client_session_t.

Return

       Returns true if a transaction was started and has not been committed or aborted, otherwise false.

Synopsis

          bool
          mongoc_client_session_in_transaction (const mongoc_client_session_t *session);

       Check whether a multi-document transaction is in progress for this session.

See Also