Function: magit-stashed-files

magit-stashed-files is a byte-compiled function defined in magit-git.el.

Signature

(magit-stashed-files STASH)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-stashed-files (stash)
  (magit-git-items "stash" "show" "-z" "--name-only" stash))