Variable: cider-ns-state--loaded-tick

cider-ns-state--loaded-tick is a buffer-local variable defined in cider-ns-state.el.

Documentation

Value of buffer-chars-modified-tick when the buffer was last loaded.

Used to detect that the buffer has been edited since (out of sync). Only set when CIDER itself loaded the buffer, since otherwise there is no reliable sync baseline.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-ns-state.el
(defvar-local cider-ns-state--loaded-tick nil
  "Value of `buffer-chars-modified-tick' when the buffer was last loaded.
Used to detect that the buffer has been edited since (out of sync).  Only set
when CIDER itself loaded the buffer, since otherwise there is no reliable sync
baseline.")