Variable: projectile--watch-debounce-timers
projectile--watch-debounce-timers is a variable defined in
projectile.el.
Value
#s(hash-table test equal)
Documentation
Map of project root to the pending debounce timer for its watch events.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile--watch-debounce-timers (make-hash-table :test 'equal)
"Map of project root to the pending debounce timer for its watch events.")