Function: magit-restore-section-visibility-cache

magit-restore-section-visibility-cache is a byte-compiled function defined in magit-mode.el.

Signature

(magit-restore-section-visibility-cache MODE)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-mode.el
(defun magit-restore-section-visibility-cache (mode)
  (setq magit-section-visibility-cache
        (magit-repository-local-get
         (cons mode 'magit-section-visibility-cache))))