Function: treemacs-workspace->is-empty?

treemacs-workspace->is-empty? is a byte-compiled function defined in treemacs-workspaces.el.

Signature

(treemacs-workspace->is-empty?)

Documentation

Return t when there are no projects in the current workspace.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(define-inline treemacs-workspace->is-empty? ()
  "Return t when there are no projects in the current workspace."
  (declare (side-effect-free t))
  (inline-quote
   (null (treemacs-workspace->projects (treemacs-current-workspace)))))