Function: treemacs-workspace-p

treemacs-workspace-p is a byte-compiled function defined in treemacs-workspaces.el.

Signature

(treemacs-workspace-p CL-X)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(cl-defstruct (treemacs-workspace
               (:conc-name treemacs-workspace->)
               (:constructor treemacs-workspace->create!))
  name
  projects
  is-disabled?)