Variable: treemacs--empty-table

treemacs--empty-table is a variable defined in treemacs-core-utils.el.

Value

#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

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.")