Function: treemacs--git-status-parse-function
treemacs--git-status-parse-function is a byte-compiled function
defined in treemacs-async.el.
Signature
(treemacs--git-status-parse-function FUTURE)
Documentation
Dummy with FUTURE.
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-parse-function (_future)
"Dummy with FUTURE.
Real implementation will be `fset' based on `treemacs-git-mode' value."
treemacs--empty-table)