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
;; Closure converted to defun by helpful.
(defun treemacs-current-visibility--inliner
    (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)))))