Function: magit-run-after-apply-functions
magit-run-after-apply-functions is a byte-compiled function defined in
magit-wip.el.
Signature
(magit-run-after-apply-functions FILES TASK)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-wip.el
(defun magit-run-after-apply-functions (files task)
(run-hook-with-args 'magit-after-apply-functions
(ensure-list files)
(format " after %s" task)))