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