Function: projectile--watch-all-cached-projects
projectile--watch-all-cached-projects is a byte-compiled function
defined in projectile.el.
Signature
(projectile--watch-all-cached-projects)
Documentation
Arm watches for every project that already has a cached file list.
Used when projectile-auto-update-cache-with-watches is enabled
mid-session, so already-cached projects don't have to wait for their
next cache fill.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--watch-all-cached-projects ()
"Arm watches for every project that already has a cached file list.
Used when `projectile-auto-update-cache-with-watches' is enabled
mid-session, so already-cached projects don't have to wait for their
next cache fill."
(maphash #'projectile--maybe-watch-project projectile-projects-cache))