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

int64_t

Author

       MongoDB, Inc

Description

       Get  the  last  point in time when we processed a hello for this server, or, if we have not processed any
       hellos since creating the description, the time the server description was initialized.

Parameters

description: A mongoc_server_description_t.

Returns

       The server's last update time, in microseconds.

Synopsis

          int64_t
          mongoc_server_description_last_update_time (const mongoc_server_description_t *description);

See Also