Function: magit-section-show-level-4-all
magit-section-show-level-4-all is an interactive and byte-compiled
function defined in magit-section.el.
Signature
(magit-section-show-level-4-all)
Documentation
Show all sections up to fourth level.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-section-show-level-4-all ()
"Show all sections up to fourth level."
(interactive)
(magit-section-show-level -4))