Function: cider-doctor--online-checks

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

Signature

(cider-doctor--online-checks)

Documentation

Run the checks that need an active connection.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-doctor.el
(defun cider-doctor--online-checks ()
  "Run the checks that need an active connection."
  (list (cider-doctor--check-nrepl-version)
        (cider-doctor--check-middleware)
        (cider-doctor--check-startup)
        (cider-doctor--check-clojure-runtime)
        (cider-doctor--check-ops)))