Function: magit--blob-cache-remove

magit--blob-cache-remove is a byte-compiled function defined in magit-files.el.

Signature

(magit--blob-cache-remove BUFFER)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-files.el
(defun magit--blob-cache-remove (buffer)
  (and$ (assq buffer magit--blob-cache)
        (delq $ magit--blob-cache)))