Function: treemacs-is-treemacs-window?--inliner

treemacs-is-treemacs-window?--inliner is a function defined in treemacs-core-utils.el.

Signature

(treemacs-is-treemacs-window?--inliner INLINE--FORM WINDOW)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-core-utils.el
;; Closure converted to defun by helpful.
(defun treemacs-is-treemacs-window\?--inliner
    (inline--form window)
  (ignore inline--form)
  (catch 'inline--just-use
    (list '->> window
	  (list 'window-buffer)
	  (list 'buffer-name)
	  (list 's-starts-with\? 'treemacs-buffer-name-prefix))))