Function: magit-process-section

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

Signature

(magit-process-section &rest SLOTS)

Documentation

Create a new object of class type magit-process-section(var)/magit-process-section(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-process.el
(defclass magit-process-section (magit-section)
  ((process :initform nil)))