Function: cider--translate-path-to-nrepl

cider--translate-path-to-nrepl is a byte-compiled function defined in cider-common.el.

Signature

(cider--translate-path-to-nrepl PATH)

Documentation

Attempt to translate the local PATH to an nREPL path.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-common.el
(defun cider--translate-path-to-nrepl (path)
  "Attempt to translate the local PATH to an nREPL path."
  (cider--translate-path (expand-file-name path) 'to-nrepl))