Function: projectile-current-project-dirs
projectile-current-project-dirs is a byte-compiled function defined in
projectile.el.
Signature
(projectile-current-project-dirs)
Documentation
Return a list of dirs for the current project.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-current-project-dirs ()
"Return a list of dirs for the current project."
(projectile-project-dirs (projectile-acquire-root)))