Function: cider-doctor--revert

cider-doctor--revert is a byte-compiled function defined in cider-doctor.el.

Signature

(cider-doctor--revert &rest _)

Documentation

Re-run the checks and re-render the report.

Serves as the revert-buffer-function, so M-x revert-buffer (revert-buffer) refreshes the report in place.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-doctor.el
(defun cider-doctor--revert (&rest _)
  "Re-run the checks and re-render the report.
Serves as the `revert-buffer-function', so \\[revert-buffer] refreshes the
report in place."
  (cider-doctor--render))