Function: treemacs--invalidate-buffer-project-cache--inliner

treemacs--invalidate-buffer-project-cache--inliner is a function defined in treemacs-workspaces.el.

Signature

(treemacs--invalidate-buffer-project-cache--inliner INLINE--FORM)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
;; Closure converted to defun by helpful.
(defun treemacs--invalidate-buffer-project-cache--inliner
    (inline--form)
  (ignore inline--form)
  (catch 'inline--just-use
    (list 'dolist
	  (list 'buf
		(list 'buffer-list))
	  (list 'with-current-buffer 'buf
		(list 'setf 'treemacs--project-of-buffer nil)))))