Function: treemacs-project->is-local-and-readable?
treemacs-project->is-local-and-readable? is a byte-compiled function
defined in treemacs-workspaces.el.
Signature
(treemacs-project->is-local-and-readable? SELF)
Documentation
Return t if the project SELF is local and readable.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(define-inline treemacs-project->is-local-and-readable? (self)
"Return t if the project SELF is local and readable."
(declare (side-effect-free t))
(inline-quote (eq (treemacs-project->path-status ,self) 'local-readable)))