Function: treemacs-project->is-unreadable?--inliner
treemacs-project->is-unreadable?--inliner is a function defined in
treemacs-workspaces.el.
Signature
(treemacs-project->is-unreadable?--inliner INLINE--FORM SELF)
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
;; Closure converted to defun by helpful.
(defun treemacs-project->is-unreadable?--inliner
(inline--form self)
(ignore inline--form)
(catch 'inline--just-use
(list 'memq
(list 'treemacs-project->path-status self)
(list 'quote
(list 'local-unreadable 'remote-unreadable)))))