Function: magit-blame-chunk-at

magit-blame-chunk-at is a byte-compiled function defined in magit-blame.el.

Signature

(magit-blame-chunk-at POS)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-blame.el
(defun magit-blame-chunk-at (pos)
  (seq-some (##overlay-get % 'magit-blame-chunk)
            (overlays-at pos)))