Function: treemacs-workspace-p
treemacs-workspace-p is a 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
;; Could not find source code, showing raw function object.
#[(cl-x)
((cl-block treemacs-workspace-p
(and (memq (type-of cl-x) cl-struct-treemacs-workspace-tags) t)))
(t)]