Function: magit-apply--section-content

magit-apply--section-content is a byte-compiled function defined in magit-apply.el.

Signature

(magit-apply--section-content SECTION)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-apply.el
(defun magit-apply--section-content (section)
  (buffer-substring-no-properties (if (magit-hunk-section-p section)
                                      (oref section start)
                                    (oref section content))
                                  (oref section end)))