Variable: treemacs--single-git-update-debouce-store
treemacs--single-git-update-debouce-store is a variable defined in
treemacs-async.el.
Value
#s(hash-table)
Documentation
Table to keep track of files that will already be updated.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-async.el
(defconst treemacs--single-git-update-debouce-store (make-hash-table :size 10)
"Table to keep track of files that will already be updated.")