Function: magit-module-no-worktree-p

magit-module-no-worktree-p is a byte-compiled function defined in magit-git.el.

Signature

(magit-module-no-worktree-p MODULE)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-module-no-worktree-p (module)
  (not (magit-module-worktree-p module)))