Variable: nrepl-last-sync-response
nrepl-last-sync-response is a buffer-local variable defined in
nrepl-client.el.
Documentation
Result of the last sync request.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defvar-local nrepl-last-sync-response nil
"Result of the last sync request.")