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