Function: cider-stacktrace-show-only-project

cider-stacktrace-show-only-project is an interactive and byte-compiled function defined in cider-stacktrace.el.

Signature

(cider-stacktrace-show-only-project)

Documentation

Display only the stackframes from the project.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-stacktrace.el
(defun cider-stacktrace-show-only-project ()
  "Display only the stackframes from the project."
  (interactive)
  (cider-stacktrace-toggle 'project))