Variable: nrepl-client-disconnected-handler-function

nrepl-client-disconnected-handler-function is a variable defined in nrepl-client.el.

Value

nil

Documentation

Function to call when a client connection is closed.

Called with two arguments: CLIENT-BUFFER and KILL-SERVER-P. Used by the client to clean up session state on disconnect.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defvar nrepl-client-disconnected-handler-function nil
  "Function to call when a client connection is closed.
Called with two arguments: CLIENT-BUFFER and KILL-SERVER-P.
Used by the client to clean up session state on disconnect.")