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 size 10 test eql rehash-size 1.5 rehash-threshold 0.8125 data
())
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.")