Function: treemacs-project->path
treemacs-project->path is a byte-compiled function defined in
treemacs-workspaces.el.
Signature
(treemacs-project->path treemacs-project->path X)
Documentation
Access slot "path" of treemacs-project struct X.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(cl-defstruct (treemacs-project
(:conc-name treemacs-project->)
(:constructor treemacs-project->create!))
name
path
path-status
is-disabled?)