Function: cider-stacktrace-collapsed-p
cider-stacktrace-collapsed-p is a byte-compiled function defined in
cider-stacktrace.el.
Signature
(cider-stacktrace-collapsed-p)
Documentation
Indicate if the stackframe was collapsed.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-stacktrace.el
(defun cider-stacktrace-collapsed-p ()
"Indicate if the stackframe was collapsed."
(get-text-property (point) 'collapsed))