Variable: nrepl-last-sync-request-timestamp

nrepl-last-sync-request-timestamp is a buffer-local variable defined in nrepl-client.el.

Documentation

The time when the last sync request was initiated.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defvar-local nrepl-last-sync-request-timestamp nil
  "The time when the last sync request was initiated.")