Function: magit-diff--combined-p

magit-diff--combined-p is a byte-compiled function defined in magit-diff.el.

Signature

(magit-diff--combined-p SECTION)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
(defun magit-diff--combined-p (section)
  (cl-assert (cl-typep section 'magit-file-section))
  (string-match-p "\\`diff --\\(combined\\|cc\\)" (oref section value)))