Function: treemacs--tear-down-filewatch-mode--inliner
treemacs--tear-down-filewatch-mode--inliner is a function defined in
treemacs-filewatch-mode.el.
Signature
(treemacs--tear-down-filewatch-mode--inliner INLINE--FORM)
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-filewatch-mode.el
;; Closure converted to defun by helpful.
(defun treemacs--tear-down-filewatch-mode--inliner
(inline--form)
(ignore inline--form)
(catch 'inline--just-use
(list 'progn
(list 'treemacs--stop-watching-all)
(list 'treemacs--cancel-refresh-timer))))