Function: treemacs--tear-down-filewatch-mode
treemacs--tear-down-filewatch-mode is a byte-compiled function defined
in treemacs-filewatch-mode.el.
Signature
(treemacs--tear-down-filewatch-mode)
Documentation
Stop watch processes, throw away file events, stop the timer.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-filewatch-mode.el
(define-inline treemacs--tear-down-filewatch-mode ()
"Stop watch processes, throw away file events, stop the timer."
(inline-quote
(progn
(treemacs--stop-watching-all)
(treemacs--cancel-refresh-timer))))