Function: magit-region-values

magit-region-values is a byte-compiled function defined in magit-section.el.

Signature

(magit-region-values &optional CONDITION MULTIPLE)

Documentation

Return a list of the values of the selected sections.

Return the values that themselves would be returned by magit-region-sections (which see).

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-region-values (&optional condition multiple)
  "Return a list of the values of the selected sections.

Return the values that themselves would be returned by
`magit-region-sections' (which see)."
  (mapcar (##oref % value)
          (magit-region-sections condition multiple)))