Variable: magit-root-section

magit-root-section is a buffer-local variable defined in magit-section.el.

Documentation

The root section in the current buffer.

All other sections are descendants of this section. The value of this variable is set by magit-insert-section and you should never modify it.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
;;; Core

(defvar-local magit-root-section nil
  "The root section in the current buffer.
All other sections are descendants of this section.  The value
of this variable is set by `magit-insert-section' and you should
never modify it.")