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

Description

       This  function  is  intended  for  use  by  drivers  that  wrap  libmongoc.  It  is  not useful in client
       applications.

Parameters

session: A const mongoc_client_session_t.

Returns

       A boolean indicating whether the session has been marked "dirty".

Synopsis

          bool
          mongoc_client_session_get_dirty (const mongoc_client_session_t *session);

       Indicates whether session has been marked "dirty" as defined in the driversessionsspecification.

See Also