Function: treemacs-project->name
treemacs-project->name is a byte-compiled function defined in
treemacs-workspaces.el.
Signature
(treemacs-project->name CL-X)
Documentation
Access slot "name" of treemacs-project struct CL-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?)