Variable: treemacs--empty-table
treemacs--empty-table is a variable defined in treemacs-core-utils.el.
Value
#s(hash-table test equal)
Documentation
Constant value of an empty hash table.
Used to avoid creating unnecessary garbage.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-core-utils.el
(defconst treemacs--empty-table (ht)
"Constant value of an empty hash table.
Used to avoid creating unnecessary garbage.")