Function: cider-trace--find-var-button
cider-trace--find-var-button is a byte-compiled function defined in
cider-tracing.el.
Signature
(cider-trace--find-var-button BUTTON)
Documentation
Jump to the definition of the traced var named by BUTTON.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tracing.el
(defun cider-trace--find-var-button (button)
"Jump to the definition of the traced var named by BUTTON."
(cider-find-var nil (button-get button 'cider-trace-fn)))