Function: treemacs-current-visibility--inliner
treemacs-current-visibility--inliner is a function defined in
treemacs-scope.el.
Signature
(treemacs-current-visibility--inliner INLINE--FORM)
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
;; Could not find source code, showing raw function object.
#[(inline--form)
((ignore inline--form)
(catch 'inline--just-use
(list 'cond
(list (list 'treemacs-get-local-window)
(list 'quote 'visible))
(list (list 'treemacs-get-local-buffer)
(list 'quote 'exists))
(list t (list 'quote 'none)))))
(t)]