Function: treemacs-project->is-local-and-readable?--inliner
treemacs-project->is-local-and-readable?--inliner is a function
defined in treemacs-workspaces.el.
Signature
(treemacs-project->is-local-and-readable?--inliner INLINE--FORM SELF)
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
;; Could not find source code, showing raw function object.
#[(inline--form self)
((ignore inline--form)
(catch 'inline--just-use
(list 'eq (list 'treemacs-project->path-status self)
(list 'quote 'local-readable))))
(t)]