Function: treemacs--should-not-run-persistence?--inliner
treemacs--should-not-run-persistence?--inliner is a function defined
in treemacs-persistence.el.
Signature
(treemacs--should-not-run-persistence?--inliner INLINE--FORM)
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-persistence.el
;; Could not find source code, showing raw function object.
#[(inline--form)
((ignore inline--form)
(catch 'inline--just-use
(list 'or 'noninteractive (list 'getenv "CI")
(list 'null 'treemacs-persist-file))))
(t)]