Function: cider-inspect-defun
cider-inspect-defun is an autoloaded, interactive and byte-compiled
function defined in cider-inspector.el.
Signature
(cider-inspect-defun)
Documentation
Inspect the result of the "top-level" expression at point.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-inspector.el
;;;###autoload
(defun cider-inspect-defun ()
"Inspect the result of the \"top-level\" expression at point."
(interactive)
(cider-inspect-expr (cider-defun-at-point) (cider-current-ns)))