Function: treemacs--git-status-process-function
treemacs--git-status-process-function is a byte-compiled function
defined in treemacs-async.el.
Signature
(treemacs--git-status-process-function PATH)
Documentation
Dummy with PATH.
Real implementation will be fset based on treemacs-git-mode(var)/treemacs-git-mode(fun) value.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-async.el
(defun treemacs--git-status-process-function (path)
"Dummy with PATH.
Real implementation will be `fset' based on `treemacs-git-mode' value."
(ignore path))