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
;; Could not find source code, showing raw function object.
#[(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))))
(t)]