Function: cider-tap-clear

cider-tap-clear is an interactive and byte-compiled function defined in cider-tap.el.

Signature

(cider-tap-clear)

Documentation

Clear the tap buffer.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-tap.el
(defun cider-tap-clear ()
  "Clear the tap buffer."
  (interactive)
  (let ((inhibit-read-only t))
    (erase-buffer)))