Function: cider-stacktrace-tooltip

cider-stacktrace-tooltip is a byte-compiled function defined in cider-stacktrace.el.

Signature

(cider-stacktrace-tooltip TOOLTIP)

Documentation

Return TOOLTIP if cider-use-tooltips is set to true, nil otherwise.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-stacktrace.el
(defun cider-stacktrace-tooltip (tooltip)
  "Return TOOLTIP if `cider-use-tooltips' is set to true, nil otherwise."
  (when cider-use-tooltips tooltip))