Function: magit-module-worktree-p
magit-module-worktree-p is a byte-compiled function defined in
magit-git.el.
Signature
(magit-module-worktree-p MODULE)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-module-worktree-p (module)
(magit-with-toplevel
(file-exists-p (expand-file-name ".git" module))))