Function: magit-log--wash-summary
magit-log--wash-summary is a byte-compiled function defined in
magit-log.el.
Signature
(magit-log--wash-summary SUMMARY)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defun magit-log--wash-summary (summary)
(with-temp-buffer
(save-excursion (insert summary))
(run-hook-wrapped 'magit-log-wash-summary-hook
(lambda (fn) (prog1 nil (save-excursion (funcall fn)))))
(buffer-string)))