Function: nrepl-middleware

nrepl-middleware is a byte-compiled function defined in nrepl-client.el.

Signature

(nrepl-middleware CONNECTION)

Documentation

Get a list of middleware on the nREPL server using CONNECTION.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defun nrepl-middleware (connection)
  "Get a list of middleware on the nREPL server using CONNECTION."
  (nrepl-dict-get (nrepl-sync-request:ls-middleware connection) "middleware"))