Function: treemacs-project->is-remote?

treemacs-project->is-remote? is a byte-compiled function defined in treemacs-workspaces.el.

Signature

(treemacs-project->is-remote? SELF)

Documentation

Return t if the project SELF is remote.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(define-inline treemacs-project->is-remote? (self)
  "Return t if the project SELF is remote."
  (declare (side-effect-free t))
  (inline-letevals (self)
    (inline-quote (memq (treemacs-project->path-status ,self)
                        '(remote-disconnected remote-readable remote-unreadable)))))